diff --git a/docs/conf.py b/docs/conf.py index 75dc514..e946540 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -176,7 +176,9 @@ # NOTE: If undefined, set to None, or empty, # the sphinx_reredirects extension will be disabled. -redirects = {} +redirects = { + "reference/patch_acceptance_criteria/index.html": "../patch-acceptance-criteria/", +} ########################### diff --git a/docs/explanation/stable-release-updates.md b/docs/explanation/stable-release-updates.md index e28edca..d194c88 100644 --- a/docs/explanation/stable-release-updates.md +++ b/docs/explanation/stable-release-updates.md @@ -83,7 +83,7 @@ associated stable Ubuntu kernel tree. The patch will then be considered for release in an upcoming SRU cycle if all the patch acceptance criteria are met. -See the {doc}`Ubuntu patch acceptance criteria ` +See the {doc}`Ubuntu patch acceptance criteria ` for more information. (exp-sru-kernel-respins)= @@ -128,4 +128,4 @@ model. [Ubuntu archive has a single proposed pocket]: https://canonical-ubuntu-packaging-guide.readthedocs-hosted.com/en/latest/explanation/archive/#archivepockets [Discourse - Ubuntu Kernel 4/2 SRU Cycle Announcement]: https://discourse.ubuntu.com/t/ubuntu-kernel-4-2-sru-cycle-announcement/37478 [Ubuntu Wiki - Stable Kernel Release Cadence]: https://wiki.ubuntu.com/Kernel/StableReleaseCadence -[Kernel team stable dashboard]: https://kernel.ubuntu.com/reports/kernel-stable-board/ \ No newline at end of file +[Kernel team stable dashboard]: https://kernel.ubuntu.com/reports/kernel-stable-board/ diff --git a/docs/reference/index.md b/docs/reference/index.md index 34fe1da..7dfc83e 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -23,7 +23,7 @@ oem-kernels :maxdepth: 1 :caption: Kernel patch guidelines -patch_acceptance_criteria +patch-acceptance-criteria ``` ```{toctree} @@ -31,4 +31,4 @@ patch_acceptance_criteria :caption: General glossary -``` \ No newline at end of file +``` diff --git a/docs/reference/patch_acceptance_criteria.rst b/docs/reference/patch-acceptance-criteria.rst similarity index 100% rename from docs/reference/patch_acceptance_criteria.rst rename to docs/reference/patch-acceptance-criteria.rst