Skip to content

Commit e3af334

Browse files
authored
Fix the REDIRECT syntax
The previous version did not seem to work. Ref: https://www.mediawiki.org/wiki/Help:Redirects
1 parent 310a76c commit e3af334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

general/development/process/release/newuserdocs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ In previous latest version wiki:
6666
1. Edit https://docs.moodle.org/en/MediaWiki:Noarticletext to make it like https://docs.moodle.org/2x-1/en/MediaWiki:Noarticletext
6767
1. Edit https://docs.moodle.org/en/Creating_SCORM_Content to make it like https://docs.moodle.org/2x-1/en/Creating_SCORM_Content
6868
1. Go through Special:RecentChanges in the previous most recent version wiki and add relevant changes to the new version wiki
69-
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
70-
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
69+
1. Edit https://docs.moodle.org/en/Awards and add `#REDIRECT [[:en:Awards]]` so it redirects to the latest version of the page
70+
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
7171
1. For no longer supported versions, create MediaWiki:Sitenotice by copying content from https://docs.moodle.org/37/en/MediaWiki:Sitenotice
7272

7373
## Final checks

0 commit comments

Comments
 (0)