@@ -63,21 +63,21 @@ for [cross-site scripting (XSS)][xss] attacks.
6363 — check if a node is a (certain) element
6464* [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
6565 — check if a node has a property
66- * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-body-ok-link )
66+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-body-ok-link )
6767 — check if a node is “Body OK” link element
68- * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-conditional-comment )
68+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-conditional-comment )
6969 — check if a node is a conditional comment
70- * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-css-link )
70+ * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-css-link )
7171 — check if a node is a CSS link element
72- * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-css-style )
72+ * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-css-style )
7373 — check if a node is a CSS style element
7474* [ ` hast-util-embedded ` ] ( https://github.com/syntax-tree/hast-util-embedded )
7575 — check if a node is an embedded element
7676* [ ` hast-util-heading ` ] ( https://github.com/syntax-tree/hast-util-heading )
7777 — check if a node is a heading element
7878* [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
7979 — check if a node is interactive
80- * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/master /packages/hast-util-is-javascript )
80+ * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs/rehype-minify/tree/HEAD /packages/hast-util-is-javascript )
8181 — check if a node is a JavaScript script element
8282* [ ` hast-util-phrasing ` ] ( https://github.com/syntax-tree/hast-util-phrasing )
8383 — check if a node is phrasing content
@@ -138,11 +138,11 @@ abide by its terms.
138138
139139[ author ] : https://wooorm.com
140140
141- [ contributing ] : https://github.com/syntax-tree/.github/blob/master /contributing.md
141+ [ contributing ] : https://github.com/syntax-tree/.github/blob/HEAD /contributing.md
142142
143- [ support ] : https://github.com/syntax-tree/.github/blob/master /support.md
143+ [ support ] : https://github.com/syntax-tree/.github/blob/HEAD /support.md
144144
145- [ coc ] : https://github.com/syntax-tree/.github/blob/master /code-of-conduct.md
145+ [ coc ] : https://github.com/syntax-tree/.github/blob/HEAD /code-of-conduct.md
146146
147147[ spec ] : https://html.spec.whatwg.org/#category-label
148148
0 commit comments