diff --git a/grade/lib.php b/grade/lib.php index a8d2d310275..84a8512ee0a 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -671,7 +671,7 @@ function print_natural_aggregation_upgrade_notice($courseid, $context, $thispage } else { $a->currentversion = $CFG->release; } - $a->url = get_docs_url('Gradebook_calculations_changes'); + $a->url = get_docs_url('Gradebook_calculation_changes'); $message = get_string('gradebookcalculationswarning', 'grades', $a); $fixmessage = get_string('gradebookcalculationsfixbutton', 'grades');