Skip to content

Commit bda732d

Browse files
committed
Fix links
1 parent 1a63533 commit bda732d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ remark().use(html, {sanitize: schema}).processSync(/*...*/);
9191
## CommonMark
9292

9393
> You still need to set `commonmark: true` in
94-
> [**remark**s options][remark-options].
94+
> [`remark-parse`s options][remark-options].
9595
9696
[CommonMark][] support is a goal but not (yet) a necessity. There are
9797
some (roughly 115 of 550, relating to inline precedence, lists, emphasis
@@ -186,21 +186,21 @@ For example, the following node:
186186

187187
[remark]: https://github.com/wooorm/remark
188188

189-
[remark-options]: https://github.com/wooorm/remark#remarkprocessvalue-options-done
189+
[remark-options]: https://github.com/wooorm/remark/tree/master/packages/remark-parse#options
190190

191191
[commonmark]: http://commonmark.org
192192

193193
[remark-plugins]: https://github.com/wooorm/remark/blob/master/doc/plugins.md#list-of-plugins
194194

195-
[mdast]: https://github.com/wooorm/mdast
195+
[mdast]: https://github.com/syntax-tree/mdast
196196

197-
[to-html]: https://github.com/wooorm/hast-util-to-html
197+
[to-html]: https://github.com/syntax-tree/hast-util-to-html
198198

199-
[sanitize]: https://github.com/wooorm/hast-util-sanitize
199+
[sanitize]: https://github.com/syntax-tree/hast-util-sanitize
200200

201-
[github]: https://github.com/wooorm/hast-util-sanitize#schema
201+
[github]: https://github.com/syntax-tree/hast-util-sanitize#schema
202202

203-
[to-hast]: https://github.com/wooorm/mdast-util-to-hast#note
203+
[to-hast]: https://github.com/syntax-tree/mdast-util-to-hast#note
204204

205205
[remark2rehype]: https://github.com/wooorm/remark-rehype
206206

0 commit comments

Comments
 (0)