@@ -58,27 +58,27 @@ alphabetically based on content after `hast-util-`
5858 — Find and replace text
5959* [ ` hast-util-from-parse5 ` ] ( https://github.com/syntax-tree/hast-util-from-parse5 )
6060 — Transform Parse5’s AST to HAST
61- * [ ` hast-util-from-string ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-from-string )
61+ * [ ` hast-util-from-string ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-from-string )
6262 — Set the plain-text value of a node
6363* [ ` hast-util-has-property ` ] ( https://github.com/syntax-tree/hast-util-has-property )
6464 — Check if a node has a property
6565* [ ` hast-util-heading ` ] ( https://github.com/syntax-tree/hast-util-heading )
6666 — Check if a node is heading content
6767* [ ` hast-util-interactive ` ] ( https://github.com/syntax-tree/hast-util-interactive )
6868 — Check if a node is interactive
69- * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-is-body-ok-link )
69+ * [ ` hast-util-is-body-ok-link ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-is-body-ok-link )
7070 — Check if a ` link ` element is “Body OK”
71- * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-is-conditional-comment )
71+ * [ ` hast-util-is-conditional-comment ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-is-conditional-comment )
7272 — Check if ` node ` is a conditional comment
73- * [ ` hast-util-is-css-link ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-is-css-link )
73+ * [ ` hast-util-is-css-link ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-is-css-link )
7474 — Check if ` node ` is a CSS ` link `
75- * [ ` hast-util-is-css-style ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-is-css-style )
75+ * [ ` hast-util-is-css-style ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-is-css-style )
7676 — Check if ` node ` is a CSS ` style `
7777* [ ` hast-util-is-element ` ] ( https://github.com/syntax-tree/hast-util-is-element )
7878 — Check if ` node ` is a (certain) element
79- * [ ` hast-util-is-event-handler ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-is-event-handler )
79+ * [ ` hast-util-is-event-handler ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-is-event-handler )
8080 — Check if ` property ` is an event handler
81- * [ ` hast-util-is-javascript ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-is-javascript )
81+ * [ ` hast-util-is-javascript ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-is-javascript )
8282 — Check if ` node ` is a JavaScript ` script `
8383* [ ` hast-util-labelable ` ] ( https://github.com/syntax-tree/hast-util-labelable )
8484 — Check if ` node ` is labelable
@@ -106,7 +106,7 @@ alphabetically based on content after `hast-util-`
106106 — Transform HAST to NLCST
107107* [ ` hast-util-to-parse5 ` ] ( https://github.com/syntax-tree/hast-util-to-parse5 )
108108 — Transform HAST to Parse5’s AST
109- * [ ` hast-util-to-string ` ] ( https://github.com/wooorm /rehype-minify/tree/master/packages/hast-util-to-string )
109+ * [ ` hast-util-to-string ` ] ( https://github.com/rehypejs /rehype-minify/tree/master/packages/hast-util-to-string )
110110 — Get the plain-text value of a node
111111* [ ` hast-util-transparent ` ] ( https://github.com/syntax-tree/hast-util-transparent )
112112 — Check if ` node ` is transparent content
@@ -418,7 +418,7 @@ Thanks to [**@kthjm**](https://github.com/kthjm)
418418
419419[ text ] : https://github.com/syntax-tree/unist#text
420420
421- [ rehype ] : https://github.com/wooorm /rehype
421+ [ rehype ] : https://github.com/rehypejs /rehype
422422
423423[ nlcst ] : https://github.com/syntax-tree/nlcst
424424
@@ -436,7 +436,7 @@ Thanks to [**@kthjm**](https://github.com/kthjm)
436436
437437[ ideas ] : https://github.com/syntax-tree/ideas
438438
439- [ chat ] : https://gitter.im/wooorm/rehype
439+ [ chat ] : https://gitter.im/rehypejs/Lobby
440440
441441[ license ] : https://creativecommons.org/licenses/by/4.0/
442442
0 commit comments