Skip to content

Commit 18b2858

Browse files
committed
Change master in links to HEAD
1 parent d5d94cc commit 18b2858

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
@@ -69,19 +69,19 @@ for [cross-site scripting (XSS)][xss] attacks.
6969
— check if a node is a (certain) element
7070
* [`hast-util-has-property`](https://github.com/syntax-tree/hast-util-has-property)
7171
— check if a node has a property
72-
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-body-ok-link)
72+
* [`hast-util-is-body-ok-link`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-body-ok-link)
7373
— check if a node is “Body OK” link element
74-
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-conditional-comment)
74+
* [`hast-util-is-conditional-comment`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-conditional-comment)
7575
— check if a node is a conditional comment
76-
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-link)
76+
* [`hast-util-is-css-link`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-css-link)
7777
— check if a node is a CSS link element
78-
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-css-style)
78+
* [`hast-util-is-css-style`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-css-style)
7979
— check if a node is a CSS style element
8080
* [`hast-util-embedded`](https://github.com/syntax-tree/hast-util-embedded)
8181
— check if a node is an embedded element
8282
* [`hast-util-heading`](https://github.com/syntax-tree/hast-util-heading)
8383
— check if a node is a heading element
84-
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/master/packages/hast-util-is-javascript)
84+
* [`hast-util-is-javascript`](https://github.com/rehypejs/rehype-minify/tree/HEAD/packages/hast-util-is-javascript)
8585
— check if a node is a JavaScript script element
8686
* [`hast-util-labelable`](https://github.com/syntax-tree/hast-util-labelable)
8787
— check whether a node is labelable
@@ -144,11 +144,11 @@ abide by its terms.
144144

145145
[author]: https://wooorm.com
146146

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

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

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

153153
[hast]: https://github.com/syntax-tree/hast
154154

0 commit comments

Comments
 (0)