[Bug 276851] website: fix MFC glossary links
Date: Tue, 06 Feb 2024 07:58:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276851 Bug ID: 276851 Summary: website: fix MFC glossary links Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Website Assignee: doc@FreeBSD.org Reporter: pi@berkeley.edu Created attachment 248215 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=248215&action=edit patch to fix MFC glossary links on the website For example, if you go to https://www.freebsd.org/releases/13.3R/schedule/ the link for MFC in "MFC requests should be sent to..." will (incorrectly) direct you to https://docs.freebsd.org/en/books/handbook/#mfc-glossary whereas with this patch it will take you to https://docs.freebsd.org/en/books/handbook/glossary/#mfc-glossary I generated this with cd website; git grep -l mfc-gloss | xargs sed -i -e "s/}#mfc-glossary/}glossary\/#mfc-glossary/" An alternative to this patch would be to use the single-page handbook URL everywhere https://docs.freebsd.org/en/books/handbook/book/#mfc-glossary -- You are receiving this mail because: You are the assignee for the bug.