Skip to content

Commit 49cdea2

Browse files
committed
[Backport] incorporate public folder
1 parent c5ad2af commit 49cdea2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-5.1/apis/plugintypes/assign/submission.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ For a good reference implementation, see the [onlinetext](https://github.com/moo
2525

2626
## File structure
2727

28-
Assignment Feedback plugins are located in the `/mod/assign/submission` directory. A plugin should not include any custom files outside of it's own plugin folder.
28+
Assignment submission plugins are located in the `/public/mod/assign/submission` directory. A plugin should not include any custom files outside of its own plugin folder.
2929

3030
:::important Plugin naming
3131

@@ -47,7 +47,7 @@ Some of the important files are described below. See the [common plugin files](.
4747
<summary>View an example directory layout for the `assignfeedback_file` plugin.</summary>
4848

4949
```console
50-
mod/assign/submission/file
50+
public/mod/assign/submission/file
5151
├── backup
5252
│   └── moodle2
5353
│   ├── backup_assignsubmission_file_subplugin.class.php

0 commit comments

Comments
 (0)