Skip to content

Commit 1f84b74

Browse files
committedDec 3, 2017
Migrate to rehypejs
1 parent 1f7f1ff commit 1f84b74

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"raw",
1010
"html"
1111
],
12-
"repository": "https://github.com/wooorm/rehype-raw",
13-
"bugs": "https://github.com/wooorm/rehype-raw/issues",
12+
"repository": "rehypejs/rehype-raw",
13+
"bugs": "https://github.com/rehypejs/rehype-raw/issues",
1414
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1515
"contributors": [
1616
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

‎readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Parse the tree again, also parsing “raw” nodes (as exposed by remark).
8080

8181
<!-- Definitions -->
8282

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

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

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.