Skip to content

Commit 3a958e5

Browse files
authored
ci: fix link checker config file name and broken URL (#41)
Rename .lychee.toml to lychee.toml to match lychee's default config file name. Since lychee 0.18+, the default is 'lychee.toml' without the dot prefix, so our .lychee.toml was silently ignored and the medium.com exclusion never took effect. Also fix typo in CONTRIBUTING.md: squidfun -> squidfunk (mkdocs-material theme URL was returning 404). Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 41f6acd commit 3a958e5

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Commit the generated output.
123123
## Documentation Site
124124

125125
The `docs/` directory is configured as an [MkDocs](https://www.mkdocs.org/)
126-
site with the [Material](https://squidfun.github.io/mkdocs-material/) theme.
126+
site with the [Material](https://squidfunk.github.io/mkdocs-material/) theme.
127127

128128
### Local preview
129129

File renamed without changes.

0 commit comments

Comments
 (0)