Skip to content

Commit 644cec7

Browse files
committed
Remove obsolete entries from link check ignore configuration
The project infrastructure includes a check for broken links. Some of the links in the content are to pages which are not publicly accessible. These would cause spurious failures of the link check, so the link checker tool must be configured to ignore those URLs. Some of the ignore entries are no longer necessary, either due to the page having been made publicly accessible, or the link removed from the content. These obsolete entries are hereby removed from the link checker configuration to keep it tidy and ensure comprehensive coverage of the links.
1 parent 06e1cfd commit 644cec7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.markdown-link-check.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@
1414
{
1515
"pattern": "^/"
1616
},
17-
{
18-
"pattern": "^https://cloud\\.arduino\\.cc/cloud$"
19-
},
2017
{
2118
"pattern": "^https://chromewebstore\\.google\\.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij$"
2219
},
2320
{
2421
"pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/mkr-boards/mkr1000-old/"
2522
},
26-
{
27-
"pattern": "^https://forum\\.arduino\\.cc/c/official-hardware/uno-r4/"
28-
},
2923
{
3024
"pattern": "^https://forum\\.arduino\\.cc/c/staff/"
3125
},
@@ -35,9 +29,6 @@
3529
{
3630
"pattern": "^https://forum\\.arduino\\.cc/review$"
3731
},
38-
{
39-
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-cloud-category/847576$"
40-
},
4132
{
4233
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-mkr1000-old-category/847575$"
4334
},
@@ -53,9 +44,6 @@
5344
{
5445
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-test-category/847511$"
5546
},
56-
{
57-
"pattern": "^https://forum\\.arduino\\.cc/t/about-the-uno-r4-category/1114082$"
58-
},
5947
{
6048
"pattern": "^https://forum\\.arduino\\.cc/t/content-deletion-escalation/1329581$"
6149
},
@@ -65,9 +53,6 @@
6553
{
6654
"pattern": "^https://forum\\.arduino\\.cc/t/flag-for-post-making-responsible-use-of-ai-generated-content/1289013$"
6755
},
68-
{
69-
"pattern": "^https://forum\\.arduino\\.cc/t/how-to-get-the-best-out-of-this-forum/1114083$"
70-
},
7156
{
7257
"pattern": "^https://forum\\.arduino\\.cc/t/moderation-guidelines/54905$"
7358
},

0 commit comments

Comments
 (0)