Skip to content

Commit

Permalink
docs: ignore some index.html link from link checker
Browse files Browse the repository at this point in the history
Some links parsed by the link checker are wrong or are not supposed to
be used with HTTP GET.

Signed-off-by: Mahe Tardy <[email protected]>
  • Loading branch information
mtardy committed Jun 10, 2024
1 parent 3f02671 commit 7ebab96
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ exclude = [
# the virtualbox website sends 500 regularly
'virtualbox.org',
# this is for the documentation contributor guide
'^http://localhost:1313/docs$'
'^http://localhost:1313/docs$',
# this is a form POST link in the index.html
'^https://formspree.io/f/xbjnwnjb$',
# this a parsing error from index.html, it uses the {{< latest-version >}}
# shortcode which is not detected
'^https://github.com/cilium/tetragon/releases/download/$',
]

0 comments on commit 7ebab96

Please sign in to comment.