Skip to content

Commit 209c7aa

Browse files
committed
Fix broken link & update .lycheeignore
1 parent fdb3c68 commit 209c7aa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.lycheeignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
https://api.reacher.email/v0/check_email
21
file:///home/user/website/
32
^https://www/$
43
^https://web/$
5-
# Errors with "Too Many Requests"
6-
https://www.nongnu.org/atool
4+
5+
# URL is used with POST
6+
https://api.reacher.email/v0/check_email
77

88
# 404 page is directly in dist/404.html but we've remapped it to an invalid path
99
dist/404/index.html$
1010

1111
# Code examples in base-url.mdx which don't exist
1212
/docs/about.php$
1313
/docs/recipes/guide.php$
14+
15+
# Websites with aggressive rate limiting / bot detection
16+
https://www.nongnu.org/atool
17+
https://builtwith.com/

src/content/docs/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ In this command, we ignore the case when globbing, so it matches
210210

211211
By preprocessing files it is possible to do link checking on
212212
files which aren't officially supported by lychee.
213-
See [file preprocessing](preprocessing).
213+
See [file preprocessing](/guides/preprocessing).
214214

215215
## GitHub Action
216216

0 commit comments

Comments
 (0)