Skip to content

Commit 8bab635

Browse files
committed
Migrate to syntax-tree
1 parent b09eb8e commit 8bab635

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"raw",
1111
"html"
1212
],
13-
"repository": "https://github.com/wooorm/hast-util-raw",
14-
"bugs": "https://github.com/wooorm/hast-util-raw/issues",
13+
"repository": "https://github.com/syntax-tree/hast-util-raw",
14+
"bugs": "https://github.com/syntax-tree/hast-util-raw/issues",
1515
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1616
"contributors": [
1717
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,24 +69,24 @@ return a new parsed-again [HAST][] tree.
6969

7070
<!-- Definitions -->
7171

72-
[travis-badge]: https://img.shields.io/travis/wooorm/hast-util-raw.svg
72+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-raw.svg
7373

74-
[travis]: https://travis-ci.org/wooorm/hast-util-raw
74+
[travis]: https://travis-ci.org/syntax-tree/hast-util-raw
7575

76-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-raw.svg
76+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-raw.svg
7777

78-
[codecov]: https://codecov.io/github/wooorm/hast-util-raw
78+
[codecov]: https://codecov.io/github/syntax-tree/hast-util-raw
7979

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

8282
[license]: LICENSE
8383

8484
[author]: http://wooorm.com
8585

86-
[hast]: https://github.com/wooorm/hast
86+
[hast]: https://github.com/syntax-tree/hast
8787

8888
[remark-rehype]: https://github.com/wooorm/remark-rehype
8989

9090
[rehype-raw]: https://github.com/wooorm/rehype-raw
9191

92-
[vfile]: https://github.com/wooorm/vfile
92+
[vfile]: https://github.com/vfile/vfile

0 commit comments

Comments
 (0)