diff --git a/admin/tool/lp/classes/output/manage_competency_frameworks_page.php b/admin/tool/lp/classes/output/manage_competency_frameworks_page.php index 07a6dad7687..eb8e5e2ff8c 100644 --- a/admin/tool/lp/classes/output/manage_competency_frameworks_page.php +++ b/admin/tool/lp/classes/output/manage_competency_frameworks_page.php @@ -75,7 +75,7 @@ class manage_competency_frameworks_page implements renderable, templatable { ); $this->navigation[] = $addpage; $competenciesrepository = new single_button( - new moodle_url('https://archive.moodle.net/competencies'), + new moodle_url('https://moodle.net/search', ['q' => 'competency frameworks']), get_string('competencyframeworksrepository', 'tool_lp'), 'get' ); diff --git a/admin/tool/usertours/classes/manager.php b/admin/tool/usertours/classes/manager.php index ab207e6ce5c..afe7194867b 100644 --- a/admin/tool/usertours/classes/manager.php +++ b/admin/tool/usertours/classes/manager.php @@ -283,7 +283,7 @@ class manager { 'title' => get_string('importtour', 'tool_usertours'), ], (object) [ - 'link' => new \moodle_url('https://archive.moodle.net/tours'), + 'link' => new \moodle_url('https://moodle.net/search', ['q' => 'user tours']), 'linkproperties' => [ 'target' => '_blank', ], diff --git a/theme/boost/lang/en/theme_boost.php b/theme/boost/lang/en/theme_boost.php index 0c9bcd19137..12072e15535 100644 --- a/theme/boost/lang/en/theme_boost.php +++ b/theme/boost/lang/en/theme_boost.php @@ -39,7 +39,7 @@ $string['loginbackgroundimage_desc'] = 'The image to display as a background for $string['nobootswatch'] = 'None'; $string['pluginname'] = 'Boost'; $string['presetfiles'] = 'Additional theme preset files'; -$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; +$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; $string['preset'] = 'Theme preset'; $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.'; $string['privacy:metadata'] = 'The Boost theme does not store any personal data about any user.'; diff --git a/theme/classic/lang/en/theme_classic.php b/theme/classic/lang/en/theme_classic.php index 5e43c461782..5f926ce7e21 100644 --- a/theme/classic/lang/en/theme_classic.php +++ b/theme/classic/lang/en/theme_classic.php @@ -32,7 +32,7 @@ $string['navbardark'] = 'Use a dark style navbar'; $string['navbardarkdesc'] = 'Swaps text and background colours for the navbar at the top of the page between dark and light.'; $string['pluginname'] = 'Classic'; $string['presetfiles'] = 'Additional theme preset files'; -$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; +$string['presetfiles_desc'] = 'Preset files can be used to dramatically alter the appearance of the theme. See Boost presets for information on creating and sharing your own preset files, and see the Presets repository for presets that others have shared.'; $string['preset'] = 'Theme preset'; $string['preset_desc'] = 'Pick a preset to broadly change the look of the theme.'; $string['privacy:metadata'] = 'The Classic theme does not store any personal data.';