Commit db52453
authored
Don't follow web links by default (check, serve) (#22)
When running `nix run .#check` or `nix run .#serve`, don't linkcheck external links.
The reason is that several of HashiCorp's resources that we link to serve 429s
that are supposed to mean Too Many Requests, but they serve them 100% of the
time to our linkchecker.
Instead, run `nix run .#deepcheck` to follow web links.
See #21.1 parent c1ea26e commit db52453
2 files changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
| |||
0 commit comments