-
Bug
-
Resolution: Fixed
-
Blocker
-
1.9.12, 2.0.3, 2.1, 2.2
-
MOODLE_19_STABLE, MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
While installing Moodle 1.9, link on "Current release information" for Release notes point to http://docs.moodle.org/en/Release_Notes, which redirects to 2.0 release notes.
Release link is hard-coded in code.
$releasenoteslink = get_string('releasenoteslink', 'admin', 'http://docs.moodle.org/en/Release_Notes');
|
It will be nice to grep all hard-coded strings and replace them with correct doc link, as part of this fix
Please check links while updating 1.9 to 2.0 and 2.0 to 2.1, links on "Current release information" for "Server Check" point to previous version docs.
- has been marked as being related by
-
MDL-28134 relying on $release and regex to get the version to point to within docs too dependant on formatting of release.
-
- Closed
-
-
MDL-28209 update 1.9 branch comments , hardcoded links and @links to point to respective new docs.moodle.org urls.
-
- Closed
-
-
MDL-28044 doc links generated by print_error() needs to be updated to point to new versioned docs url
-
- Closed
-