Skip to content

Commit 27e910c

Browse files
committed
Update image paths in course documentation to use relative URLs for improved compatibility and consistency across all pages.
1 parent f8513ce commit 27e910c

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

ml-zoomcamp-2025/assignments-and-scoring.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Homework is created fresh for every cohort and its purpose is to help you check
1313
Assignments are published under `cohorts/2025/{module}` in the GitHub repository of the course. Once ready, the submission form will be shared in Slack.
1414

1515
<div align="center">
16-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-homework.png" alt="Alt text" width="80%">
16+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-homework.png' | relative_url }}" alt="Alt text" width="80%">
1717
</div>
1818

1919
The process is simple: solve the tasks locally, publish your solution to a public GitHub repo (or similar), and submit the link through the form.
@@ -25,13 +25,13 @@ Each homework comes with a strict deadline listed [on the schedule](https://cour
2525
All homework and project deadlines are published on the [course platform](https://courses.datatalks.club/ml-zoomcamp-2025/).
2626

2727
<div align="center">
28-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-course-platform-schedule.png" alt="Alt text" width="80%">
28+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-course-platform-schedule.png' | relative_url }}" alt="Alt text" width="80%">
2929
</div>
3030

3131
Announcements are always posted in Slack, Telegram, and the DataTalksClub newsletter. If you don't receive the DataTalksClub newsletter, you may have unsubscribed from it.
3232

3333
<div align="center">
34-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png" alt="Alt text" width="80%">
34+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png' | relative_url }}" alt="Alt text" width="80%">
3535
</div>
3636

3737
## 3. Homework for Certification
@@ -41,7 +41,7 @@ While homework assignments are **optional for certification**, they're essential
4141
Submissions also appear on the [leaderboard](https://courses.datatalks.club/ml-zoomcamp-2025/leaderboard), which adds a fun competitive element. The leaderboard is optional, but many students find it motivating.
4242

4343
<div align="center">
44-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-leaderboard.png" alt="Alt text" width="80%">
44+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-leaderboard.png' | relative_url }}" alt="Alt text" width="80%">
4545
</div>
4646

4747
You can also gain extra points by sharing your learning publicly with the hashtag `#mlzoomcamp` and tagging Alexey Grigorev or DataTalksClub.

ml-zoomcamp-2025/certification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nav_order: 4
99
## 1. What You Need to Pass
1010

1111
<div align="center">
12-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-github-structure.png" alt="Alt text" width="80%">
12+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-github-structure.png' | relative_url }}" alt="Alt text" width="80%">
1313
</div>
1414

1515
Earning your ML Zoomcamp certificate requires completing a specific combination of projects rather than achieving a particular grade. You must **pass 2 out of 3 available projects**, giving you flexibility in choosing your path. You can complete either the midterm project plus the final capstone project, or the final capstone project plus a second capstone project.

ml-zoomcamp-2025/getting-help.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ nav_order: 5
99
Before reaching out for help in Slack, make it a habit to check the comprehensive [FAQ website](https://datatalks.club/faq/machine-learning-zoomcamp.html) first. This resource contains answers to the most common questions from previous cohorts and will often solve your problem immediately.
1010

1111
<div align="center">
12-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-faq.png" alt="Alt text" width="80%">
12+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-faq.png' | relative_url }}" alt="Alt text" width="80%">
1313
</div>
1414

1515
When you encounter problems, the way you ask for help determines the quality of responses you'll receive. Start by checking the [FAQ website](https://datatalks.club/faq/machine-learning-zoomcamp.html) and searching through previous Slack conversations for similar issues. This preliminary research often reveals that your question has already been addressed.
1616

1717
<div align="center">
18-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png" alt="Alt text" width="80%">
18+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png' | relative_url }}" alt="Alt text" width="80%">
1919
</div>
2020

2121
When you do need to ask for help, provide context that enables others to assist you effectively. Include specific error messages and relevant code snippets (use ```python code blocks), mention your operating system and Python version, and share a link to your GitHub repository so helpers can understand your complete setup. For example, instead of asking "My code doesn't work," provide: "I'm getting `ModuleNotFoundError: No module named 'sklearn'` on macOS with Python 3.11 when running the linear regression notebook from Module 2. Here's my repository: [link]." This approach not only gets you better answers but also helps other students who might face similar challenges.

ml-zoomcamp-2025/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ nav_order: 0
1111
Start by visiting the [ML Zoomcamp GitHub repository](https://github.com/DataTalksClub/machine-learning-zoomcamp) and **starring it** ⭐. All course materials are in this repository, with each module having its own folder (for example, `01-intro` or `03-classification`). Cohort-specific homework and deadlines are located in `cohorts/2025`.
1212

1313
<div align="center">
14-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-github-structure.png" alt="Alt text" width="80%">
14+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-github-structure.png' | relative_url }}" alt="Alt text" width="80%">
1515
</div>
1616

1717
The lectures are pre-recorded and available in the [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hIhxl5Ji8t4O6lPAOpHaCLR), so you can watch them whenever it suits you. Occasionally, additional workshops or updated implementation videos are released—there will be additional announcements if this happens. If nothing is announced, you can assume all necessary materials are already available.
1818

1919
<div align="center">
20-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-youtube.png" alt="Alt text" width="80%">
20+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-youtube.png' | relative_url }}" alt="Alt text" width="80%">
2121
</div>
2222

2323
Finally, locate and bookmark the [FAQ Website](https://datatalks.club/faq/machine-learning-zoomcamp.html). This comprehensive resource contains answers to the most frequently asked questions from previous cohorts. Make it a habit to check this document before asking questions in Slack, as your question has likely been answered before.
2424

2525
<div align="center">
26-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-faq.png" alt="Alt text" width="80%">
26+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-faq.png' | relative_url }}" alt="Alt text" width="80%">
2727
</div>
2828

2929
## 2. Course Structure and Flexibility
@@ -41,11 +41,11 @@ Before diving into the coursework, ensure you have the necessary technical found
4141
Connect with the vibrant ML Zoomcamp community to enhance your learning experience. After registering for the course, you'll receive an invitation to the **Slack Workspace** via email. Join the workspace and navigate to the "machine-learning-zoomcamp" channel, which serves as your primary support and Q&A platform throughout the course.
4242

4343
<div align="center">
44-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png" alt="Alt text" width="80%">
44+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png' | relative_url }}" alt="Alt text" width="80%">
4545
</div>
4646

4747
Consider also joining the **Telegram Channel** for course announcements. While optional, it's highly recommended for receiving important updates and staying connected with course developments.
4848

4949
<div align="center">
50-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-telegram.png" alt="Alt text" width="80%">
50+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-telegram.png' | relative_url }}" alt="Alt text" width="80%">
5151
</div>

ml-zoomcamp-2025/resources.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,39 @@ nav_order: 7
1111
The [GitHub repository](https://github.com/DataTalksClub/machine-learning-zoomcamp) contains all course materials and serves as the central hub for the course.
1212

1313
<div align="center">
14-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-github-structure.png" alt="Alt text" width="80%">
14+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-github-structure.png' | relative_url }}" alt="Alt text" width="80%">
1515
</div>
1616

1717
## YouTube Playlist
1818

1919
The [YouTube playlist](https://www.youtube.com/playlist?list=PL3MmuxUbc_hIhxl5Ji8t4O6lPAOpHaCLR) contains all course lectures.
2020

2121
<div align="center">
22-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-youtube.png" alt="Alt text" width="80%">
22+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-youtube.png' | relative_url }}" alt="Alt text" width="80%">
2323
</div>
2424

2525
## Course Platform
2626

2727
The [course platform](https://courses.datatalks.club/ml-zoomcamp-2025/) is a dedicated platform for submitting homework and accessing course materials.
2828

2929
<div align="center">
30-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-course-platform-schedule.png" alt="Alt text" width="80%">
30+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-course-platform-schedule.png' | relative_url }}" alt="Alt text" width="80%">
3131
</div>
3232

3333
## Slack
3434

3535
The [Slack workspace](https://datatalks.club/slack.html) is a community-driven platform for discussing the course and getting help from fellow learners and instructors.
3636

3737
<div align="center">
38-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png" alt="Alt text" width="80%">
38+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-slack.png' | relative_url }}" alt="Alt text" width="80%">
3939
</div>
4040

4141
## Telegram
4242

4343
The [Telegram channel](https://datatalks.club/telegram.html) is for course announcements only. If you don't receive the newsletter, you may have unsubscribed from it.
4444

4545
<div align="center">
46-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-telegram.png" alt="Alt text" width="80%">
46+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-telegram.png' | relative_url }}" alt="Alt text" width="80%">
4747
</div>
4848

4949
## Newsletter
@@ -55,7 +55,7 @@ The [Newsletter](https://datatalks.club/newsletter.html) provides course announc
5555
The [FAQ](https://datatalks.club/faq/machine-learning-zoomcamp.html) is a comprehensive resource containing answers to the most frequently asked questions from previous cohorts. Make it a habit to check this document before asking questions in Slack, as your question has likely been answered before.
5656

5757
<div align="center">
58-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-faq.png" alt="Alt text" width="80%">
58+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-faq.png' | relative_url }}" alt="Alt text" width="80%">
5959
</div>
6060

6161

ml-zoomcamp-2025/success.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Most importantly, approach every project as a **portfolio piece** that should be
1515
Share your progress regularly on LinkedIn and Twitter using the #mlzoomcamp hashtag, and tag Alexey Grigorev and DataTalks.Club in your posts. The **leaderboard system** at [courses.datatalks.club/ml-zoomcamp-2025/leaderboard](https://courses.datatalks.club/ml-zoomcamp-2025/leaderboard) awards points for homework completion, FAQ contributions, and resource sharing.
1616

1717
<div align="center">
18-
<img src="/assets/images/ml-zoomcamp/ml-zoomcamp-leaderboard.png" alt="Alt text" width="80%">
18+
<img src="{{ '/assets/images/ml-zoomcamp/ml-zoomcamp-leaderboard.png' | relative_url }}" alt="Alt text" width="80%">
1919
</div>
2020

2121
Consider writing blog posts about concepts you've mastered or challenges you've overcome. Examples include "Understanding Cross-Validation in Module 4" or "My Journey Deploying a FastAPI Model." Posts about struggles like "3 Deployment Failures That Taught Me Docker Basics" are often more valuable than success stories. When you feel confident in a topic, answer questions in Slack—teaching others solidifies your own knowledge.

0 commit comments

Comments
 (0)