Skip to content

Commit 7929dc9

Browse files
committed
Update links
1 parent 8ae3be3 commit 7929dc9

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ and help others.
4141
— Topics relating to [**unified**][unified] in general
4242
* [**syntax-tree**](https://gitter.im/syntax-tree/Lobby)
4343
— Topics relating to [**syntax-tree**][syntax-tree] and [**unist**][unist]
44-
* [**rehype**](https://gitter.im/wooorm/rehype)
44+
* [**rehype**](https://gitter.im/rehypejs/Lobby)
4545
— Topics relating to the [**rehype**][rehype] ecosystem, HTML,
4646
and [**hast**][hast]
4747

@@ -111,12 +111,12 @@ prevent you from doing unnecessary work.
111111

112112
[unified]: https://github.com/unifiedjs/unified
113113

114-
[remark]: https://github.com/wooorm/remark
114+
[remark]: https://github.com/remarkjs/remark
115115

116-
[rehype]: https://github.com/wooorm/rehype
116+
[rehype]: https://github.com/rehypejs/rehype
117117

118118
[mdast-util-to-hast]: https://github.com/syntax-tree/mdast-util-to-hast
119119

120-
[remark-rehype]: https://github.com/wooorm/remark-rehype
120+
[remark-rehype]: https://github.com/remarkjs/remark-rehype
121121

122122
[unit-test]: https://twitter.com/sindresorhus/status/579306280495357953

readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)