Skip to content

Commit

Permalink
MDLSITE-7437 Fix URL to point to the actual page with contribution info
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Nov 6, 2023
1 parent 2c7843f commit 4e47915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public function page_credits(array $people, $currentlanguage, $editmode = false)
$out .= $this->output->container_start('maintainers');
if (empty($langdata->maintainers)) {
$out .= $this->output->container(
get_string('creditsnomaintainer', 'local_amos', ['url' => 'https://docs.moodle.org/dev/Translation']),
get_string('creditsnomaintainer', 'local_amos', ['url' => 'https://docs.moodle.org/en/Translation']),
'alert alert-warning'
);
} else {
Expand Down

0 comments on commit 4e47915

Please sign in to comment.