Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
}


###########################
Expand Down
4 changes: 2 additions & 2 deletions docs/explanation/stable-release-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 </reference/patch_acceptance_criteria>`
See the {doc}`Ubuntu patch acceptance criteria </reference/patch-acceptance-criteria>`
for more information.

(exp-sru-kernel-respins)=
Expand Down Expand Up @@ -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/
[Kernel team stable dashboard]: https://kernel.ubuntu.com/reports/kernel-stable-board/
4 changes: 2 additions & 2 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ oem-kernels
:maxdepth: 1
:caption: Kernel patch guidelines

patch_acceptance_criteria
patch-acceptance-criteria
```

```{toctree}
:maxdepth: 1
:caption: General

glossary
```
```
Loading