Created attachment 64711 [details] 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.
Hi Pablo, thx for reporting and for the list. We are aware that a lot of links need to be fixed with the change to Sphinx as the headings/anchors have changed. Please take a look at https://wiki.koha-community.org/wiki/Editing_the_Koha_Manual for some of the ongoing work on the manual :)
Hi Pablo, Jonathan has provided a big fix to the broken links in the manual, there remain some that we have to fix manually, but most should now work ok: https://gitlab.com/koha-community-devs-users/kohadocs/commit/635fe37d0c5c6bbae62dde6e26f2002b11be755b We are now looking for patches to the problems pointed out here: https://gitlab.com/koha-community-devs-users/kohadocs/blob/20bcd806f7df908b19126eea9fb12359154c0312/en/OUTPUT
Hi Pablo, the inter-manual links have been fixed for the upcoming 17.11 manual. Please see the git repository for details.