Skip to content

Commit 9bbfcaa

Browse files
committed
Migrate to syntax-tree
1 parent f44a1bc commit 9bbfcaa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"natural",
1313
"language"
1414
],
15-
"repository": "https://github.com/wooorm/mdast-util-to-nlcst",
16-
"bugs": "https://github.com/wooorm/mdast-util-to-nlcst/issues",
15+
"repository": "https://github.com/syntax-tree/mdast-util-to-nlcst",
16+
"bugs": "https://github.com/syntax-tree/mdast-util-to-nlcst/issues",
1717
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,27 +73,27 @@ into an [NLCST][nlcst] tree.
7373

7474
<!-- Definitions -->
7575

76-
[travis-badge]: https://img.shields.io/travis/wooorm/mdast-util-to-nlcst.svg
76+
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-to-nlcst.svg
7777

78-
[travis]: https://travis-ci.org/wooorm/mdast-util-to-nlcst
78+
[travis]: https://travis-ci.org/syntax-tree/mdast-util-to-nlcst
7979

80-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-util-to-nlcst.svg
80+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-to-nlcst.svg
8181

82-
[codecov]: https://codecov.io/github/wooorm/mdast-util-to-nlcst
82+
[codecov]: https://codecov.io/github/syntax-tree/mdast-util-to-nlcst
8383

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

8686
[license]: LICENSE
8787

8888
[author]: http://wooorm.com
8989

90-
[mdast]: https://github.com/wooorm/mdast
90+
[mdast]: https://github.com/syntax-tree/mdast
9191

92-
[nlcst]: https://github.com/wooorm/nlcst
92+
[nlcst]: https://github.com/syntax-tree/nlcst
9393

9494
[remark-retext]: https://github.com/wooorm/remark-retext
9595

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

9898
[english]: https://github.com/wooorm/parse-english
9999

0 commit comments

Comments
 (0)