Skip to content

Commit 4b49500

Browse files
authored
Merge pull request #33 from canonical/gagath/use-dashes-patch-acceptance-criteria
patch-acceptance-criteria: use dashes instead of underscores
2 parents 4e839a7 + f218b5d commit 4b49500

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@
176176
# NOTE: If undefined, set to None, or empty,
177177
# the sphinx_reredirects extension will be disabled.
178178

179-
redirects = {}
179+
redirects = {
180+
"reference/patch_acceptance_criteria/index.html": "../patch-acceptance-criteria/",
181+
}
180182

181183

182184
###########################

docs/explanation/stable-release-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ associated stable Ubuntu kernel tree.
8383
The patch will then be considered for release in an upcoming SRU cycle if all
8484
the patch acceptance criteria are met.
8585

86-
See the {doc}`Ubuntu patch acceptance criteria </reference/patch_acceptance_criteria>`
86+
See the {doc}`Ubuntu patch acceptance criteria </reference/patch-acceptance-criteria>`
8787
for more information.
8888

8989
(exp-sru-kernel-respins)=
@@ -128,4 +128,4 @@ model.
128128
[Ubuntu archive has a single proposed pocket]: https://canonical-ubuntu-packaging-guide.readthedocs-hosted.com/en/latest/explanation/archive/#archivepockets
129129
[Discourse - Ubuntu Kernel 4/2 SRU Cycle Announcement]: https://discourse.ubuntu.com/t/ubuntu-kernel-4-2-sru-cycle-announcement/37478
130130
[Ubuntu Wiki - Stable Kernel Release Cadence]: https://wiki.ubuntu.com/Kernel/StableReleaseCadence
131-
[Kernel team stable dashboard]: https://kernel.ubuntu.com/reports/kernel-stable-board/
131+
[Kernel team stable dashboard]: https://kernel.ubuntu.com/reports/kernel-stable-board/

docs/reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ oem-kernels
2323
:maxdepth: 1
2424
:caption: Kernel patch guidelines
2525
26-
patch_acceptance_criteria
26+
patch-acceptance-criteria
2727
```
2828

2929
```{toctree}
3030
:maxdepth: 1
3131
:caption: General
3232
3333
glossary
34-
```
34+
```
File renamed without changes.

0 commit comments

Comments
 (0)