Debian Webmaster <[email protected]> writes: > Running Sphinx v5.3.0 > making output directory... done > building [mo]: targets for 0 po files that are out of date > building [text]: targets for 9 source files that are out of date > updating environment: [new config] 9 added, 0 changed, 0 removed > reading sources... [ 11%] about > reading sources... [ 22%] contributors > reading sources... [ 33%] index > reading sources... [ 44%] installing > reading sources... [ 55%] issues > reading sources... [ 66%] moreinfo > reading sources... [ 77%] old-stuff > reading sources... [ 88%] upgrading > reading sources... [100%] whats-new > > /srv/www.debian.org/release-notes/release-notes/source/issues.rst:: ERROR: > Anonymous hyperlink mismatch: 1 references but 0 targets.
I think this is line 27 which should have `...` around the url (although it's odd that the pipeines never failed for this?) diff --git a/source/issues.rst b/source/issues.rst index 4c06efbd..f13d50d9 100644 --- a/source/issues.rst +++ b/source/issues.rst @@ -24,7 +24,7 @@ there is no official kernel and no Debian installer for i386 systems. Fewer packages are available for i386 because many projects no longer support it. The architecture's sole remaining purpose is to support running legacy code, for example, by way of -multiarch <https://wiki.debian.org/Multiarch/HOWTO>__ or a chroot. +`multiarch <https://wiki.debian.org/Multiarch/HOWTO>`__ or a chroot.

