Skip to content

Commit f3fb58e

Browse files
committed
Change master in links to HEAD
1 parent 2574c75 commit f3fb58e

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
@@ -55,21 +55,21 @@ openings for [cross-site scripting (XSS)][xss] attacks.
5555
— check if a node is a (certain) element
5656
* [`hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
5757
— check if a node has a property
58-
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
58+
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-body-ok-link)
5959
— check if a node is “Body OK” link element
60-
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
60+
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-conditional-comment)
6161
— check if a node is a conditional comment
62-
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link)
62+
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-css-link)
6363
— check if a node is a CSS link element
64-
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style)
64+
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-css-style)
6565
— check if a node is a CSS style element
6666
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
6767
— check if a node is an embedded element
6868
* [`hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
6969
— check if a node is a heading element
7070
* [`hast-util-interactive`](https://github.com/syntax-tree/hast-util-interactive)
7171
— check if a node is interactive
72-
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-javascript)
72+
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-javascript)
7373
— check if a node is a JavaScript script element
7474
* [`hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
7575
— check whether a node is labelable
@@ -130,11 +130,11 @@ abide by its terms.
130130

131131
[author]: https://wooorm.com
132132

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

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

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

139139
[spec]: https://html.spec.whatwg.org/#script-supporting-elements
140140

0 commit comments

Comments
 (0)