From 6b7ed19b812894d0269166690d0a857ab73b43d9 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Thu, 18 Sep 2025 16:36:42 +0100 Subject: [PATCH] Update rule.md --- .../version-5.0/apis/plugintypes/quizaccess/_examples/rule.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-5.0/apis/plugintypes/quizaccess/_examples/rule.md b/versioned_docs/version-5.0/apis/plugintypes/quizaccess/_examples/rule.md index f8be96b094..07a03bf58b 100644 --- a/versioned_docs/version-5.0/apis/plugintypes/quizaccess/_examples/rule.md +++ b/versioned_docs/version-5.0/apis/plugintypes/quizaccess/_examples/rule.md @@ -1,4 +1,4 @@ The rule class defines the behaviour of your rule and how it will restrict access for users attempting a quiz. -Please refer to the inline phpdocs of the [mod_quiz::access_rule_base class](https://github.com/moodle/moodle/blob/main/mod/quiz/classes/local/access_rule_base.php) for detailed descriptions of the functions and meaning. +Please refer to the inline phpdocs of the [mod_quiz::access_rule_base class](https://github.com/moodle/moodle/blob/main/public/mod/quiz/classes/local/access_rule_base.php) for detailed descriptions of the functions and meaning.