Skip to content

Commit 45da62e

Browse files
authored
fix: academy links should be absolute (#1575)
Closes #1573
1 parent 279f074 commit 45da62e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sources/academy/homepage_content.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22
"Beginner courses": [
33
{
44
"title": "Web scraping basics for JavaScript devs",
5-
"link": "academy/web-scraping-for-beginners",
5+
"link": "/academy/web-scraping-for-beginners",
66
"description": "Learn how to use JavaScript to extract information from websites in this practical course, starting from the absolute basics.",
77
"imageUrl": "/img/academy/intro.svg"
88
},
99
{
1010
"title": "Web scraping basics for Python devs",
11-
"link": "academy/scraping-basics-python",
11+
"link": "/academy/scraping-basics-python",
1212
"description": "Learn how to use Python to extract information from websites in this practical course, starting from the absolute basics.",
1313
"imageUrl": "/img/academy/intro.svg"
1414
},
1515
{
1616
"title": "Apify platform",
17-
"link": "academy/apify-platform",
17+
"link": "/academy/apify-platform",
1818
"description": "The Apify platform is the best place to run your scrapers and automations in the cloud. Learn what an actor is, how to turn your program into an actor, and how to deploy it.",
1919
"imageUrl": "/img/academy/apify_platform.png"
2020
}
2121
],
2222
"Advanced web scraping courses": [
2323
{
2424
"title": "API scraping",
25-
"link": "academy/api-scraping",
25+
"link": "/academy/api-scraping",
2626
"description": "Learn all about how the professionals scrape various types of APIs with various configurations, parameters, and requirements.",
2727
"imageUrl": "/img/academy/actors-01.svg"
2828
},
2929
{
3030
"title": "Anti-scraping protections",
31-
"link": "academy/anti-scraping",
31+
"link": "/academy/anti-scraping",
3232
"description": "Understand the various anti-scraping measures different sites use to prevent bots from accessing them, and how to appear more human to fix these issues.",
3333
"imageUrl": "/img/academy/proxy-01.svg"
3434
},
3535
{
3636
"title": "Expert scraping with Apify",
37-
"link": "academy/expert-scraping-with-apify",
37+
"link": "/academy/expert-scraping-with-apify",
3838
"description": "After learning the basics of actors, learn to develop pro-level scrapers on the Apify platform with this advanced course.",
3939
"imageUrl": "/img/academy/enterprise-01.svg"
4040
}

0 commit comments

Comments
 (0)