File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -202,13 +202,13 @@ abide by its terms.
202
202
203
203
[ author ] : https://wooorm.com
204
204
205
- [ contributing ] : https://github.com/syntax-tree/.github/blob/master /contributing.md
205
+ [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
206
206
207
- [ support ] : https://github.com/syntax-tree/.github/blob/master /support.md
207
+ [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
208
208
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
210
210
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
212
212
213
213
[ vfile ] : https://github.com/vfile/vfile
214
214
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ declare namespace hastUtilFromParse5 {
40
40
}
41
41
42
42
/**
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)
44
44
* to a [**hast**](https://github.com/syntax-tree/hast)
45
45
* [*tree*](https://github.com/syntax-tree/unist#tree).
46
46
*
You can’t perform that action at this time.
0 commit comments