MDL-77708 docs: Update references from docs.moodle.org/dev

This commit is contained in:
Sara Arjona
2023-09-26 10:49:24 +02:00
parent 3070f8e760
commit 42bc1871cb
664 changed files with 720 additions and 750 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class string_manager_standard_test extends \advanced_testcase {
$this->assertEquals('Course page', get_string('coursepage', 'core_admin'));
$this->assertDebuggingCalled('String [coursepage,core_admin] is deprecated. '.
'Either you should no longer be using that string, or the string has been incorrectly deprecated, in which case you should report this as a bug. '.
'Please refer to https://docs.moodle.org/dev/String_deprecation');
'Please refer to https://moodledev.io/general/projects/api/string-deprecation');
}
/**