Skip to content

Commit

Permalink
Migrate to rehypejs
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 3, 2017
1 parent 1f7f1ff commit 1f84b74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"raw",
"html"
],
"repository": "https://github.com/wooorm/rehype-raw",
"bugs": "https://github.com/wooorm/rehype-raw/issues",
"repository": "rehypejs/rehype-raw",
"bugs": "https://github.com/rehypejs/rehype-raw/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ Parse the tree again, also parsing “raw” nodes (as exposed by remark).

<!-- Definitions -->

[travis-badge]: https://img.shields.io/travis/wooorm/rehype-raw.svg
[travis-badge]: https://img.shields.io/travis/rehypejs/rehype-raw.svg

[travis]: https://travis-ci.org/wooorm/rehype-raw
[travis]: https://travis-ci.org/rehypejs/rehype-raw

[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/rehype-raw.svg
[codecov-badge]: https://img.shields.io/codecov/c/github/rehypejs/rehype-raw.svg

[codecov]: https://codecov.io/github/wooorm/rehype-raw
[codecov]: https://codecov.io/github/rehypejs/rehype-raw

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

Expand Down

0 comments on commit 1f84b74

Please sign in to comment.