Skip to content

Commit

Permalink
πŸ› Fix numbering, update missing link.
Browse files Browse the repository at this point in the history
Thanks @colliand
  • Loading branch information
rowanc1 committed Mar 4, 2023
1 parent eda49fb commit c8ca2d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/meps/mep-0002.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ In both cases, the template can be escaped with a preceding backslash, that is `
#### `link`

The links are defined by a scheme, which can be standard protocols (`http:`, `mailto:`).
Here we propose three new schemes, `path` and `project` which is an extensibility point described by [CommonMark](https://spec.commonmark.org/0.30/#example-598).
These schemes are used to indicate that the link should be resolved by MyST specific logic, and follows standard [URI][uri] syntax:
Here we propose two new schemes, `path` and `project` which is an extensibility point described by [CommonMark](https://spec.commonmark.org/0.30/#example-598).
These schemes are used to indicate that the link should be resolved by MyST specific logic, and follows standard [URI](https://en.wikipedia.org/wiki/Uniform_Resource_Identifier) syntax:

```text
URI = scheme ":" pathname ["?" query] "#" fragment
URI = scheme ":" pathname ["?" query] ["#" fragment]
```

In most cases, as seen in the summary above the scheme is optional and can be inferred safely by the context.
Expand Down

0 comments on commit c8ca2d3

Please sign in to comment.