On 1/9/23 16:41, David Marchand wrote: > On Fri, Jan 6, 2023 at 6:31 PM Ilya Maximets <[email protected]> wrote: >> >> On 1/6/23 08:59, David Marchand wrote: >>> On Thu, Jan 5, 2023 at 8:34 PM Ilya Maximets <[email protected]> wrote: >>>> >>>> The text enclosed in '<...>' supposed to be an actual link and not the >>>> name of the link. This generates incorrect links that lead nowhere. >>> >>> Indeed. >>> I was wondering if you have access to openvswitch.org http logs, to >>> catch other dead links, perhaps? >> >> I found these by running 'make docs-check' locally. The result might >> depend on the sphinx version though as I do not remember seeing these >> errors in the past. I have Sphinx 4.4.0 right now. >> >> There is also 'make check-docs' (horrible naming :D ) that invokes the >> full link check and it can detect broken links, redirects or unavailable > > Wah... nicely hidden check :-). > >> resources as it actually queries these links. For example, we currently >> have a broken link to iproute2 git in the docs... > > Can't we fix as: > - https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git > + https://git.kernel.org/pub/scm/network/iproute2/iproute2.git > > ?
Feel free to submit a patch. :) Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
