Skip to content

Commit

Permalink
Migrate to remarkjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 8, 2017
1 parent 8e7b516 commit a06ff1d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"markdown",
"remark"
],
"repository": "wooorm/remark-frontmatter",
"bugs": "https://github.com/wooorm/remark-frontmatter/issues",
"repository": "remarkjs/remark-frontmatter",
"bugs": "https://github.com/remarkjs/remark-frontmatter/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
Expand Down
28 changes: 14 additions & 14 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ Yields:

## Related

* [`remark-github`](https://github.com/wooorm/remark-github)
* [`remark-github`](https://github.com/remarkjs/remark-github)
— Auto-link references like in GitHub issues, PRs, and comments
* [`remark-math`](https://github.com/rokt33r/remark-math)
— Math support
* [`remark-yaml-config`](https://github.com/wooorm/remark-yaml-config)
* [`remark-yaml-config`](https://github.com/remarkjs/remark-yaml-config)
— Configure remark from YAML configuration

## License
Expand All @@ -199,33 +199,33 @@ Yields:

<!-- Definitions -->

[build-badge]: https://img.shields.io/travis/wooorm/remark-frontmatter.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark-frontmatter.svg

[build-status]: https://travis-ci.org/wooorm/remark-frontmatter
[build-status]: https://travis-ci.org/remarkjs/remark-frontmatter

[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-frontmatter.svg
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-frontmatter.svg

[coverage-status]: https://codecov.io/github/wooorm/remark-frontmatter
[coverage-status]: https://codecov.io/github/remarkjs/remark-frontmatter

[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg

[chat]: https://gitter.im/wooorm/remark
[chat]: https://gitter.im/remarkjs/Lobby

[license]: LICENSE

[author]: http://wooorm.com

[npm]: https://docs.npmjs.com/cli/install

[remark]: https://github.com/wooorm/remark
[remark]: https://github.com/remarkjs/remark

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

[tokenizers]: https://github.com/wooorm/remark/tree/master/packages/remark-parse#parserblocktokenizers
[tokenizers]: https://github.com/remarkjs/remark/tree/master/packages/remark-parse#parserblocktokenizers

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

[visitors]: https://github.com/wooorm/remark/tree/master/packages/remark-stringify#compilervisitors
[visitors]: https://github.com/remarkjs/remark/tree/master/packages/remark-stringify#compilervisitors

[processor]: https://github.com/unifiedjs/unified#processor

Expand All @@ -235,4 +235,4 @@ Yields:

[matter]: #matter

[man]: https://github.com/wooorm/remark-man
[man]: https://github.com/remarkjs/remark-man

0 comments on commit a06ff1d

Please sign in to comment.