Skip to content

Commit 4c1e5c5

Browse files
committed
Change master in links to HEAD
1 parent d43f3ef commit 4c1e5c5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,13 @@ abide by its terms.
202202

203203
[author]: https://wooorm.com
204204

205-
[contributing]: https://github.com/syntax-tree/.github/blob/master/contributing.md
205+
[contributing]: https://github.com/syntax-tree/.github/blob/HEAD/contributing.md
206206

207-
[support]: https://github.com/syntax-tree/.github/blob/master/support.md
207+
[support]: https://github.com/syntax-tree/.github/blob/HEAD/support.md
208208

209-
[coc]: https://github.com/syntax-tree/.github/blob/master/code-of-conduct.md
209+
[coc]: https://github.com/syntax-tree/.github/blob/HEAD/code-of-conduct.md
210210

211-
[ast]: https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/tree-adapter/default/interface-list.md
211+
[ast]: https://github.com/inikulin/parse5/blob/HEAD/packages/parse5/docs/tree-adapter/default/interface-list.md
212212

213213
[vfile]: https://github.com/vfile/vfile
214214

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ declare namespace hastUtilFromParse5 {
4040
}
4141

4242
/**
43-
* Transform [Parse5’s AST](https://github.com/inikulin/parse5/blob/master/packages/parse5/docs/tree-adapter/default/interface-list.md)
43+
* Transform [Parse5’s AST](https://github.com/inikulin/parse5/blob/HEAD/packages/parse5/docs/tree-adapter/default/interface-list.md)
4444
* to a [**hast**](https://github.com/syntax-tree/hast)
4545
* [*tree*](https://github.com/syntax-tree/unist#tree).
4646
*

0 commit comments

Comments
 (0)