Skip to content

Commit 30bf0d1

Browse files
committed
Rename hast > rehype
1 parent ea3d264 commit 30bf0d1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

readme.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ transforming it through plug-ins, and compiling the tree to something
1313
else.
1414

1515
This document explains some terminology relating to [**retext**][retext],
16-
[**remark**][remark], [**hast**][hast], and their related projects.
16+
[**remark**][remark], [**rehype**][rehype], and their related projects.
1717

1818
This document may not be released. See [releases][] for released
1919
documents.
@@ -41,7 +41,7 @@ result in the same values.
4141

4242
See [**nlcst**][nlcst] for more information on **retext** nodes,
4343
[**mdast**][mdast] for information on **remark** nodes, and
44-
[**hast**][hast] for information on **hast** nodes.
44+
[**hast**][hast] for information on **rehype** nodes.
4545

4646
### `Node`
4747

@@ -136,7 +136,7 @@ existing files, nor to the file-system.
136136
## Unist utilities
137137

138138
**Unist utilities** are functions which work with **unist nodes**,
139-
agnostic of **remark**, **retext**, or **hast**.
139+
agnostic of **remark**, **retext**, or **rehype**.
140140

141141
A list of **vfile**-related utilities can be found at [**vfile**][vfile].
142142

@@ -205,7 +205,9 @@ A list of **vfile**-related utilities can be found at [**vfile**][vfile].
205205

206206
[remark]: https://github.com/wooorm/remark
207207

208-
[hast]: https://github.com/wooorm/hast
208+
[rehype]: https://github.com/wooorm/rehype
209+
210+
[hast]: https://github.com/syntax-tree/hast
209211

210212
[nlcst]: https://github.com/syntax-tree/nlcst
211213

0 commit comments

Comments
 (0)