From 1342f00d8eb54ff2ef74f21fcd763bc6eb3abbef Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 19 Apr 2023 13:40:17 +0200 Subject: [PATCH] move redirect line for 4.0 to bottom so rediraffewritediff adds in the right place --- docs/source/redirects.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/redirects.txt b/docs/source/redirects.txt index 3ef8a09a..1ee82338 100644 --- a/docs/source/redirects.txt +++ b/docs/source/redirects.txt @@ -2,10 +2,6 @@ # For more information, see rediraffe configuration in the conf.py file. -# -- JupyterHub 4.0 -- -# redirects below are up-to-date as of JupyterHub 4.0 -# add future redirects above - "changelog.md" "reference/changelog.md" "contributor-list.md" "contributing/contributor-list.md" "gallery-jhub-deployments.md" "reference/gallery-jhub-deployments.md" @@ -42,3 +38,8 @@ "reference/separate-proxy.md" "howto/separate-proxy.md" "reference/server-api.md" "tutorial/server-api.md" "reference/websecurity.md" "explanation/websecurity.md" + +# -- JupyterHub 4.0 -- +# redirects above are up-to-date as of JupyterHub 4.0 +# add future redirects below +# (e.g. with `make rediraffewritediff`)