arduino / forum-assets

Tracker and collaborative development of Arduino Forum assets
https://forum.arduino.cc/
Creative Commons Zero v1.0 Universal
2 stars 9 forks source link

Configure link checker tool to ignore Chrome App link #437

Closed per1234 closed 8 months ago

per1234 commented 8 months ago

The markdown-link-check tool is used to detect broken links in the project's Markdown files.

The tool is detecting the link to the Arduino Create Chrome App page in the Chrome Web Store as broken:

https://github.com/arduino/forum-assets/actions/runs/8152896140/job/22283222021#step:5:28

  ERROR: 1 dead links found in ./content/categories/software/chrome-app/_topics/about-the-chrome-app-category/1.md !
  [✖] https://chrome.google.com/webstore/detail/arduino-create-for-educat/elmgohdonjdampbcgefphnlchgocpaij → Status: 0

However, when the link is visited by a human it works as expected. This spurious failure is avoided by adding that URL to the tool's ignore list.