Skip to content

Commit da558f9

Browse files
committed
use "shortcut reference link" instead of "collapsed reference link"
trade `[link][]` for `[link]`, not valid in all markdown, but in CommonMark. ref: https://spec.commonmark.org/0.30/#shortcut-reference-link
1 parent cfcb4c2 commit da558f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ For you to follow along according to these instructions, you need:
1111

1212
## Steps to make a release
1313

14-
1. Create a PR updating `docs/source/changelog.md` with [github-activity][] and
14+
1. Create a PR updating `docs/source/changelog.md` with [github-activity] and
1515
continue only when its merged.
1616

1717
```shell
@@ -37,7 +37,7 @@ For you to follow along according to these instructions, you need:
3737
tbump ${VERSION}
3838
```
3939

40-
Following this, the [CI system][] will build and publish a release.
40+
Following this, the [CI system] will build and publish a release.
4141

4242
1. Reset the version back to dev, e.g. `2.1.0.dev` after releasing `2.0.0`
4343

0 commit comments

Comments
 (0)