Skip to content

Commit c7dd1f9

Browse files
committed
[repo] Correct path to 4.2 docs
1 parent 62802f6 commit c7dd1f9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

docs/guides/javascript/modal/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ There are two parts to this:
231231

232232
Since Moodle 4.3, creating the Modal class is as simple as extending the `core/modal` class, and providing a `TYPE` property, and `TEMPLATE` property.
233233

234-
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
234+
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
235235

236236
:::
237237

versioned_docs/version-4.3/guides/javascript/modal/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ There are two parts to this:
231231

232232
Since Moodle 4.3, creating the Modal class is as simple as extending the `core/modal` class, and providing a `TYPE` property, and `TEMPLATE` property.
233233

234-
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
234+
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
235235

236236
:::
237237

versioned_docs/version-4.4/devupdate.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,5 +648,5 @@ See [Developer metadata](/general/development/tools/metadata) for more informati
648648
## Previous versions
649649

650650
- [Moodle 4.3 developer update](/docs/4.3/devupdate)
651-
- [Moodle 4.2 developer update](https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2/devupdate)
651+
- [Moodle 4.2 developer update](https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2/devupdate)
652652
- [Moodle 4.1&4.0 developer update](/docs/4.1/devupdate)

versioned_docs/version-4.4/guides/javascript/modal/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ There are two parts to this:
231231

232232
Since Moodle 4.3, creating the Modal class is as simple as extending the `core/modal` class, and providing a `TYPE` property, and `TEMPLATE` property.
233233

234-
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
234+
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
235235

236236
:::
237237

versioned_docs/version-4.5/guides/javascript/modal/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ There are two parts to this:
231231

232232
Since Moodle 4.3, creating the Modal class is as simple as extending the `core/modal` class, and providing a `TYPE` property, and `TEMPLATE` property.
233233

234-
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
234+
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
235235

236236
:::
237237

versioned_docs/version-5.0/guides/javascript/modal/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ There are two parts to this:
231231

232232
Since Moodle 4.3, creating the Modal class is as simple as extending the `core/modal` class, and providing a `TYPE` property, and `TEMPLATE` property.
233233

234-
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
234+
For older versions of Moodle, refer to the [Moodle 4.2 documentation](https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2/guides/javascript/modal/#creating-a-custom-modal-type).
235235

236236
:::
237237

versionsArchived.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"4.2": "https://6728347a15ea81be71bdf1d0--moodledevdocs.netlify.app/docs/4.2"
2+
"4.2": "https://672834180938720008adb671--moodledevdocs.netlify.app/docs/4.2"
33
}

0 commit comments

Comments
 (0)