Skip to content

Commit 41efedc

Browse files
committed
MDLSITE-7228 Fix URLs in generated installer strings
1 parent 73f4520 commit 41efedc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* MDLSITE-8099 Added ability to filter additional (contributed) components only.
44
* MDLSITE-8099 Added a message that there is not enough memory to process the current
55
filter setting.
6+
* MDLSITE-7228 URLs in generated installer strings updated.
67

78
### 2025.05.12 ###
89

cli/export-installer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@
8181
* Do not edit this file manually! It contains just a subset of strings
8282
* needed during the very first steps of installation. This file was
8383
* generated automatically by export-installer.php (which is part of AMOS
84-
* {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
84+
* {@link https://moodledev.io/general/projects/api/amos}) using the
8585
* list of strings defined in /install/stringnames.txt.
8686
*
8787
* @package installer
88-
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
88+
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
8989
*/
9090
9191

0 commit comments

Comments
 (0)