Skip to content

Commit 94f7f5c

Browse files
committed
[docs] Fix links to moodledev.io/devdocs
1 parent e9300cb commit 94f7f5c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing to the Moodle Developer Resources
22

3-
For full details and information on how you can contribute to the Moodle Developer Resource project, we recommend taking a look at our [Contributors guide](https://moodledev.io/devdocs/general/documentation/contributing).
3+
For full details and information on how you can contribute to the Moodle Developer Resource project, we recommend taking a look at our [Contributors guide](https://moodledev.io/general/documentation/contributing).

Diff for: static/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"related_applications": [
1010
{
1111
"platform": "webapp",
12-
"url": "https://moodledev.io/devdocs/manifest.json"
12+
"url": "https://moodledev.io/manifest.json"
1313
}
1414
],
1515
"icons": [

Diff for: static/schema/projects.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "JSON schema for the Moodle Project list",
3-
"$id": "https://moodledev.io/devdocs/schema/projects.json",
3+
"$id": "https://moodledev.io/schema/projects.json",
44
"$schema": "https://json-schema.org/draft/2019-09/schema",
55
"type": "object",
66
"properties": {

Diff for: static/schema/versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "JSON schema for the Moodle Release Data",
3-
"$id": "https://moodledev.io/devdocs/schema/versions.json",
3+
"$id": "https://moodledev.io/schema/versions.json",
44
"$schema": "https://json-schema.org/draft/2019-09/schema",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)