From e3af334f65b9572f0c5f73eb5628ca8df647ada6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Mon, 7 Oct 2024 22:04:31 +0200 Subject: [PATCH] Fix the REDIRECT syntax The previous version did not seem to work. Ref: https://www.mediawiki.org/wiki/Help:Redirects --- general/development/process/release/newuserdocs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/general/development/process/release/newuserdocs.md b/general/development/process/release/newuserdocs.md index c637431b93..a19533ccc7 100644 --- a/general/development/process/release/newuserdocs.md +++ b/general/development/process/release/newuserdocs.md @@ -66,8 +66,8 @@ In previous latest version wiki: 1. Edit https://docs.moodle.org/en/MediaWiki:Noarticletext to make it like https://docs.moodle.org/2x-1/en/MediaWiki:Noarticletext 1. Edit https://docs.moodle.org/en/Creating_SCORM_Content to make it like https://docs.moodle.org/2x-1/en/Creating_SCORM_Content 1. Go through Special:RecentChanges in the previous most recent version wiki and add relevant changes to the new version wiki -1. Edit https://docs.moodle.org/en/Awards and add `#redirect [en](https://docs.moodle.org/en/Awards)` so it redirects to the latest version of the page -1. Edit https://docs.moodle.org/en/MoodleDocs:Overview and add `#redirect [en](https://docs.moodle.org/MoodleDocs/Overview)` so it redirects to the latest version of the page +1. Edit https://docs.moodle.org/en/Awards and add `#REDIRECT [[:en:Awards]]` so it redirects to the latest version of the page +1. Edit https://docs.moodle.org/en/MoodleDocs:Overview and add `#REDIRECT [[:en:MoodleDocs:Overview]]` so it redirects to the latest version of the page 1. For no longer supported versions, create MediaWiki:Sitenotice by copying content from https://docs.moodle.org/37/en/MediaWiki:Sitenotice ## Final checks