Skip to content

Commit 488bc4f

Browse files
committed
Update category slugs in URLs
Some of the forum categories were renamed. The subcategories have the slug of the parent category in their URL. Some of these slugs were not updated at the time of the category renaming. The slug component of the URL is completely ignored by the forum software, with the ID component being the only technically relevant part. So the link check did not catch these missed updates.
1 parent 049f20a commit 488bc4f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.markdown-link-check.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"pattern": "^https://chromewebstore\\.google\\.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij$"
2222
},
2323
{
24-
"pattern": "^https://forum\\.arduino\\.cc/c/community/workshops-and-events/events-and-tour/"
24+
"pattern": "^https://forum\\.arduino\\.cc/c/forum-2005-2010-read-only/workshops-and-events/events-and-tour/"
2525
},
2626
{
27-
"pattern": "^https://forum\\.arduino\\.cc/c/community/workshops-and-events/makers/"
27+
"pattern": "^https://forum\\.arduino\\.cc/c/forum-2005-2010-read-only/workshops-and-events/makers/"
2828
},
2929
{
3030
"pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/mkr-boards/mkr1000-old/"

content/categories/forum-2005-2010-read-only/india/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/international/india/62
11+
https://forum.arduino.cc/c/forum-2005-2010-read-only/india/62

content/categories/forum-2005-2010-read-only/workshops-and-events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/community/workshops-and-events/43
11+
https://forum.arduino.cc/c/forum-2005-2010-read-only/workshops-and-events/43

content/categories/forum-2005-2010-read-only/workshops-and-events/events-and-tour/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/community/workshops-and-events/events-and-tour/68 (private)
11+
https://forum.arduino.cc/c/forum-2005-2010-read-only/workshops-and-events/events-and-tour/68 (private)

content/categories/forum-2005-2010-read-only/workshops-and-events/makers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/community/workshops-and-events/makers/67 (private)
11+
https://forum.arduino.cc/c/forum-2005-2010-read-only/workshops-and-events/makers/67 (private)

content/categories/official-hardware/portenta-family/edge-control/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/official-hardware/portenta/edge-control/178
11+
https://forum.arduino.cc/c/official-hardware/portenta-family/edge-control/178

content/categories/projects/covid-19-projects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
## Published At
1010

11-
https://forum.arduino.cc/c/projects-discussion-and-showcase/covid-19-projects/88
11+
https://forum.arduino.cc/c/projects/covid-19-projects/88

0 commit comments

Comments
 (0)