Skip to content

Commit 2bfcebe

Browse files
committed
Change master in links
1 parent 712e4bd commit 2bfcebe

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
pull_request:
6-
branches: [master]
6+
branches: [main]
77
jobs:
88
build-and-test:
99
name: '${{ matrix.platform }}: node.js ${{ matrix.node-version }}'

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,11 +1237,11 @@ work on [`ware`][ware], as it was a huge initial inspiration.
12371237

12381238
[health]: https://github.com/unifiedjs/.github
12391239

1240-
[contributing]: https://github.com/unifiedjs/.github/blob/master/contributing.md
1240+
[contributing]: https://github.com/unifiedjs/.github/blob/HEAD/contributing.md
12411241

1242-
[support]: https://github.com/unifiedjs/.github/blob/master/support.md
1242+
[support]: https://github.com/unifiedjs/.github/blob/HEAD/support.md
12431243

1244-
[coc]: https://github.com/unifiedjs/.github/blob/master/code-of-conduct.md
1244+
[coc]: https://github.com/unifiedjs/.github/blob/HEAD/code-of-conduct.md
12451245

12461246
[awesome]: https://github.com/unifiedjs/awesome-unified
12471247

@@ -1351,11 +1351,11 @@ work on [`ware`][ware], as it was a huge initial inspiration.
13511351

13521352
[promise]: https://developer.mozilla.org/Web/JavaScript/Reference/Global_Objects/Promise
13531353

1354-
[remark-plugins]: https://github.com/remarkjs/remark/blob/master/doc/plugins.md#list-of-plugins
1354+
[remark-plugins]: https://github.com/remarkjs/remark/blob/HEAD/doc/plugins.md#list-of-plugins
13551355

1356-
[rehype-plugins]: https://github.com/rehypejs/rehype/blob/master/doc/plugins.md#list-of-plugins
1356+
[rehype-plugins]: https://github.com/rehypejs/rehype/blob/HEAD/doc/plugins.md#list-of-plugins
13571357

1358-
[retext-plugins]: https://github.com/retextjs/retext/blob/master/doc/plugins.md#list-of-plugins
1358+
[retext-plugins]: https://github.com/retextjs/retext/blob/HEAD/doc/plugins.md#list-of-plugins
13591359

13601360
[stream]: https://github.com/unifiedjs/unified-stream
13611361

0 commit comments

Comments
 (0)