Skip to content

Commit 49cd0f0

Browse files
committed
Migrate to syntax-tree
1 parent 532e77f commit 49cd0f0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"location",
1010
"source"
1111
],
12-
"repository": "https://github.com/wooorm/unist-util-source",
13-
"bugs": "https://github.com/wooorm/hast-util-to-html/issues",
12+
"repository": "https://github.com/syntax-tree/unist-util-source",
13+
"bugs": "https://github.com/syntax-tree/hast-util-to-html/issues",
1414
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1515
"contributors": [
1616
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,24 +55,24 @@ world.
5555

5656
<!-- Definitions -->
5757

58-
[travis-badge]: https://img.shields.io/travis/wooorm/unist-util-source.svg
58+
[travis-badge]: https://img.shields.io/travis/syntax-tree/unist-util-source.svg
5959

60-
[travis]: https://travis-ci.org/wooorm/unist-util-source
60+
[travis]: https://travis-ci.org/syntax-tree/unist-util-source
6161

62-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/unist-util-source.svg
62+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/unist-util-source.svg
6363

64-
[codecov]: https://codecov.io/github/wooorm/unist-util-source
64+
[codecov]: https://codecov.io/github/syntax-tree/unist-util-source
6565

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

6868
[license]: LICENSE
6969

7070
[author]: http://wooorm.com
7171

72-
[unist]: https://github.com/wooorm/unist
72+
[unist]: https://github.com/syntax-tree/unist
7373

74-
[node]: https://github.com/wooorm/unist#node
74+
[node]: https://github.com/syntax-tree/unist#node
7575

76-
[location]: https://github.com/wooorm/unist#location
76+
[location]: https://github.com/syntax-tree/unist#location
7777

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

0 commit comments

Comments
 (0)