Skip to content

Commit

Permalink
Fix project links in readme
Browse files Browse the repository at this point in the history
Closes GH-379.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
sbugert authored and wooorm committed Nov 30, 2018
1 parent 1e5c25e commit f90c1a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Expand Up @@ -64,8 +64,9 @@ contents][remark-toc], or [compile to man pages][remark-man].

This repository contains the following projects:

* [`remark-parse`][api] — Parse a markdown document to a syntax tree
* [`remark-stringify`][api] — Stringify a syntax tree to a markdown document
* [`remark-parse`][parse] — Parse a markdown document to a syntax tree
* [`remark-stringify`][stringify]
— Stringify a syntax tree to a markdown document
* [`remark`][api] — Programmatic interface with both `remark-parse` and `remark-stringify`
* [`remark-cli`][cli] — Command-line interface wrapping `remark`

Expand Down Expand Up @@ -120,6 +121,10 @@ creating an issue in the [`remarkjs/ideas`][ideas] repository!

[api]: https://github.com/remarkjs/remark/tree/master/packages/remark

[parse]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse

[stringify]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify

[cli]: https://github.com/remarkjs/remark/tree/master/packages/remark-cli

[plugins]: https://github.com/remarkjs/remark/tree/master/doc/plugins.md
Expand Down

0 comments on commit f90c1a6

Please sign in to comment.