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 ddb1f9b commit 05341d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"heading",
"remark"
],
"repository": "wooorm/remark-validate-links",
"bugs": "https://github.com/wooorm/remark-validate-links/issues",
"repository": "remarkjs/remark-validate-links",
"bugs": "https://github.com/remarkjs/remark-validate-links/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,30 +163,30 @@ on nodes:

<!-- Definitions -->

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

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

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

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

[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

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

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

[package-repository]: https://docs.npmjs.com/files/package.json#repository

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

0 comments on commit 05341d4

Please sign in to comment.