https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18876 Bug ID: 18876 Summary: Broken links in Koha documentation Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Documentation Assignee: koha-bugs@lists.koha-community.org Reporter: pablo.bianchi@gmail.com QA Contact: testopia@bugs.koha-community.org Created attachment 64711 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64711&action=edit linkchecker-gui output report in XML, CSV and HTML. I found some broken links in Koha documentation, particularly related to fragments (AKA in-page, local) links, within same HTML. For example on [Tools section](https://koha-community.org/manual/17.05/html/03_tools.html), the left side table of contents correctly point to #marc-modification-templates fragment, but in some partes and itself on the title incorrectly point to non-existent #marcmodtemplates. This is very annoying while reading documentation. I couldn't find a way to list all broken in-page links. I tried: + http://validator.w3.org/checklink + wget --spider -o wget.log -e robots=off --wait 1 -r -p https://koha-community.org/manual/17.05/html/ + linkchecker-gui + https://www.npmjs.com/package/broken-link-checker `blc https://koha-community.org/manual/17.05/html/ -roe` Attached to this bug the linkchecker-gui results using [this](https://koha-community.org/manual/17.05/html/) as starting URL. It found 231 broken URLs, but not local ones. PS: Markdown on this bugzilla would be great. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.