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.
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. |
There was a problem hiding this comment.
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