Skip to content

Commit ee69556

Browse files
committed
Update references for mdast split
1 parent c68ce13 commit ee69556

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
**Unist** (**uni**versal **s**yntax **t**ree) is the combination of three project, and more
44
to come, which are the summation of at least [two](https://github.com/wooorm/retext/commit/8fcb1ff4874d1891791280d63125d27ed29b58a8)
5-
[years](https://github.com/wooorm/mdast/commit/19585b8) of my work and the
5+
[years](https://github.com/wooorm/remark/commit/19585b8) of my work and the
66
current epitome of that.
77

88
It’s basically a system for processing input: parsing it into a syntax tree,
99
transforming it by plug-ins, and compiling the tree to something else.
1010

1111
This document explains some terminology relating to
1212
[**retext**](https://github.com/wooorm/retext),
13-
[**mdast**](https://github.com/wooorm/mdast), [**hast**](https://github.com/wooorm/hast),
13+
[**remark**](https://github.com/wooorm/remark), [**hast**](https://github.com/wooorm/hast),
1414
and their related projects.
1515

1616
## Unist nodes
@@ -38,8 +38,8 @@ and their related projects.
3838
must not have a `position`.
3939

4040
See [**nlcst**](https://github.com/wooorm/nlcst) for more information
41-
on **retext** nodes, [`mdast/doc/mdastnode.7.md`](https://github.com/wooorm/mdast/blob/master/doc/mdastnode.7.md)
42-
for information on **mdast** nodes, and [`hast#nodes`](https://github.com/wooorm/hast#nodes)
41+
on **retext** nodes, [**mdast**](https://github.com/wooorm/mdast)
42+
for information on **remark** nodes, and [`hast#nodes`](https://github.com/wooorm/hast#nodes)
4343
for information on **hast** nodes.
4444

4545
## Unist files
@@ -51,7 +51,7 @@ files. Neither are they limited to the file-system only.
5151
## Unist utilities
5252

5353
**Unist utilities** are function which work with **unist nodes** or **unist files**, agnostic
54-
of **mdast**, **retext**, or **hast**.
54+
of **remark**, **retext**, or **hast**.
5555

5656
A list of **VFile**-related utilities can be found at [**vfile**](https://github.com/wooorm/vfile).
5757

0 commit comments

Comments
 (0)