-
Notifications
You must be signed in to change notification settings - Fork 507
Update submission.md #1471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update submission.md #1471
Conversation
Fixed the link to the onlinetext directory
✅ Deploy Preview for moodledevdocs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates a GitHub link in the version 5.1 documentation to point to the onlinetext submission plugin by adding /public to the repository path.
Key Changes
- Modified the GitHub URL path from
.../main/mod/assign/...to.../main/public/mod/assign/...
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| :::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. |
Copilot
AI
Nov 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link path now includes /public, but the similar link in the companion feedback.md file (line 22 of versioned_docs/version-5.1/apis/plugintypes/assign/feedback.md) still uses the old path without /public. For consistency, both files should use the same path structure. Please verify which path is correct and update both files accordingly.
| 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. | |
| 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. |
Fixed the link to the onlinetext directory