You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
347: Clean up warning from linkchecker r=eldruin a=sirhcel
Linkchecker warned about this link to a directory without a trailing slash. Seen while working on #346.
Link checking now completes without any warnings:
```bash
$ mdbook build
2021-05-31 22:49:44 [INFO] (mdbook::book): Book building has started
2021-05-31 22:49:44 [INFO] (mdbook::book): Running the html backend
$ linkchecker book
INFO linkcheck.cmdline 2021-05-31 22:49:55,452 MainThread Checking intern URLs only; use --check-extern to check extern URLs.
LinkChecker 10.0.1
[...]
Start checking at 2021-05-31 22:49:55+002
10 threads active, 162 links queued, 205 links in 377 URLs checked, runtime 1 seconds
Statistics:
Downloaded: 2.15MB.
Content types: 34 image, 87 text, 0 video, 0 audio, 158 application, 0 mail and 170 other.
URL lengths: min=8, max=180, avg=66.
That's it. 449 links in 449 URLs checked. 0 warnings found. 0 errors found.
Stopped checking at 2021-05-31 22:50:00+002 (4 seconds)
```
Co-authored-by: Christian Meusel <christian.meusel@posteo.de>
0 commit comments