Michael-F-Bryan / mdbook-linkcheck

A backend for `mdbook` which will check your links for you.

Home Page:https://michael-f-bryan.github.io/mdbook-linkcheck/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: It looks like "x\y\z.md" wasn't included in SUMMARY.md

Hoffenbar opened this issue · comments

I see a lot of such errors.
Example-output:

error: It looks like "Anwendungen\ifs\ifsauftrag.md" wasn't included in SUMMARY.md
    ┌─ Anwendungen/IFS/ifsupdate.md:110:1
    │
110 │ [hier](ifsauftrag.md). Der Request kann auch zunächst nur für die Test- oder Abnahmemaschine erstellt werden.
    │ ^^^^^^^^^^^^^^^^^^^^^ It looks like "Anwendungen\ifs\ifsauftrag.md" wasn't included in SUMMARY.md

In fact, the mentioned Link IS included in summary.md (but there, with forwared slashes), here is an extract out of it:

        - [Sonstiges...](dummy.md)
            - [Beauftragungsverfahren](Anwendungen/IFS/ifsauftrag.md)
            - [Einwahl-Terminalserver](Anwendungen/IFS/EinwahlWTS.md)