From 196884a9ad56838c4250f5618faca92625df7d75 Mon Sep 17 00:00:00 2001 From: hamid1103 <35217917+hamid1103@users.noreply.github.com> Date: Sun, 23 Nov 2025 18:36:18 +0100 Subject: [PATCH] Update submission.md Fixed the link to the onlinetext directory --- .../version-5.1/apis/plugintypes/assign/submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-5.1/apis/plugintypes/assign/submission.md b/versioned_docs/version-5.1/apis/plugintypes/assign/submission.md index ec9238decf..10d742bb11 100644 --- a/versioned_docs/version-5.1/apis/plugintypes/assign/submission.md +++ b/versioned_docs/version-5.1/apis/plugintypes/assign/submission.md @@ -19,7 +19,7 @@ An assignment submission plugin is used to display custom form fields to a stude :::tip -For a good reference implementation, see the [onlinetext](https://github.com/moodle/moodle/tree/main/mod/assign/submission/onlinetext) submission plugin included with core because it uses most of the features of submission plugins. +For a good reference implementation, see the [onlinetext](https://github.com/moodle/moodle/tree/main/public/mod/assign/submission/onlinetext) submission plugin included with core because it uses most of the features of submission plugins. :::