Skip to content

Commit 530227c

Browse files
authored
Merge pull request #437 from per1234/app-link
Configure link checker tool to ignore Chrome App link
2 parents 5248b9e + 32e41aa commit 530227c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.markdown-link-check.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
{
1818
"pattern": "^https://cloud\\.arduino\\.cc/cloud$"
1919
},
20+
{
21+
"pattern": "^https://chromewebstore\\.google\\.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij$"
22+
},
2023
{
2124
"pattern": "^https://forum\\.arduino\\.cc/c/community/workshops-and-events/events-and-tour/"
2225
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The [Arduino Create Chrome App for Education](https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) allows students to write code and upload sketches to official Arduino boards.
1+
The [Arduino Create Chrome App for Education](https://chromewebstore.google.com/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij) allows students to write code and upload sketches to official Arduino boards.
22

33
Arduino Create is hosted online, therefore it will always be up-to-date with the latest features and support for new boards. Students' sketchbooks are saved on the cloud, always backed up and accessible from any device.

0 commit comments

Comments
 (0)