Skip to content

Commit e886d85

Browse files
committed
Fix links to obsolete pages
1 parent 46f535a commit e886d85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/apis/plugintypes/atto/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: []
55

66
<Since versions={["2.7"]} issueNumber="MDL-43841" />
77

8-
Atto is a JavaScript text editor built specifically for Moodle. It is the default text editor in Moodle from 2.7 onwards, and is implemented as a standard Moodle [text editor plugin](https://docs.moodle.org/dev/Editors). Most of the code is written in JavaScript using YUI modules.
8+
Atto is a JavaScript text editor built specifically for Moodle. It is the default text editor in Moodle from 2.7 onwards, and is implemented as a standard Moodle [text editor plugin](./../../subsystems/editor/index.md). Most of the code is written in JavaScript using YUI modules.
99

1010
All of the buttons in Atto are implemented as Moodle subplugins. This means that the subplugins can do anything a subplugin can do including, using language strings, database tables, other JavaScript, and more.
1111

docs/apis/plugintypes/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The underscore character is not supported in activity modules for legacy reasons
7474
| [Question behaviours](https://docs.moodle.org/dev/Question_behaviours) | qbehaviour | /question/behaviour | Control how student interact with questions during an attempt | 2.1+ |
7575
| [Question import/export formats](https://docs.moodle.org/dev/Question_formats) | qformat | /question/format | Import and export question definitions to/from the question bank | 1.6+ |
7676
| [Text filters](./filter/index.md) | filter | /filter | Automatically convert, highlight, and transmogrify text posted into Moodle. | 1.4+ |
77-
| [Editors](https://docs.moodle.org/dev/Editors) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
77+
| [Editors](./../subsystems/editor/index.md) | editor | /lib/editor | Alternative text editors for editing content | 2.0+ |
7878
| [Atto editor plugins](./atto/index.md) | atto | /lib/editor/atto/plugins | Extra functionality for the Atto text editor | 2.7+ |
7979
| [Enrolment plugins](./enrol/index.md) | enrol | /enrol | Ways to control who is enrolled in courses | 2.0+ |
8080
| [Authentication plugins](https://docs.moodle.org/dev/Authentication_plugins) | auth | /auth | Allows connection to external sources of authentication | 2.0+ |

general/releases/2.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Moodle 2.0 contains a lot of large new features, some completely rewritten featu
5151
- These can be chained together to enable progressive disclosure of the course content, if that is desired.
5252
- Teachers can now specify conditions that define when any **activity** is seen as [completed](https://docs.moodle.org/en/Activity_completion) by a student. For example, when a certain number of posts have been made, or a grade has been reached, or a choice has been made.
5353

54-
#### [Cohorts](https://docs.moodle.org/dev/Cohorts)
54+
#### Cohorts
5555

5656
- Also known as "Site-wide groups", these are site-wide collections of users that can be enrolled into courses in one action, either manually or synchronised automatically
5757

0 commit comments

Comments
 (0)