Skip to content

Commit 1d39302

Browse files
committed
Change master in links to HEAD
1 parent ed33bb1 commit 1d39302

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ Check if the given value is a [*heading*][spec] [*element*][element].
6161
— check if a node is a (certain) element
6262
* [`hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
6363
— check if a node has a property
64-
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
64+
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-body-ok-link)
6565
— check if a node is “Body OK” link element
66-
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
66+
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-conditional-comment)
6767
— check if a node is a conditional comment
68-
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link)
68+
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-css-link)
6969
— check if a node is a CSS link element
70-
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style)
70+
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-css-style)
7171
— check if a node is a CSS style element
7272
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
7373
— check if a node is an embedded element
7474
* [`hast-util-interactive`](https://github.com/syntax-tree/hast-util-interactive)
7575
— check if a node is interactive
76-
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-javascript)
76+
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-javascript)
7777
— check if a node is a JavaScript script element
7878
* [`hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
7979
— check whether a node is labelable
@@ -136,11 +136,11 @@ abide by its terms.
136136

137137
[author]: https://wooorm.com
138138

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

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

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

145145
[spec]: https://html.spec.whatwg.org/#heading-content
146146

0 commit comments

Comments
 (0)