Skip to content

Commit 7689a3f

Browse files
committed
Migrate to syntax-tree
1 parent 0b34dfe commit 7689a3f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"marker",
1313
"mdast"
1414
],
15-
"repository": "https://github.com/wooorm/mdast-zone",
16-
"bugs": "https://github.com/wooorm/mdast-zone/issues",
15+
"repository": "https://github.com/syntax-tree/mdast-zone",
16+
"bugs": "https://github.com/syntax-tree/mdast-zone/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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ with, optional.
8888

8989
<!-- Definitions -->
9090

91-
[travis-badge]: https://img.shields.io/travis/wooorm/mdast-zone.svg
91+
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-zone.svg
9292

93-
[travis]: https://travis-ci.org/wooorm/mdast-zone
93+
[travis]: https://travis-ci.org/syntax-tree/mdast-zone
9494

95-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-zone.svg
95+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-zone.svg
9696

9797
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg
9898

99-
[codecov]: https://codecov.io/github/wooorm/mdast-zone
99+
[codecov]: https://codecov.io/github/syntax-tree/mdast-zone
100100

101101
[chat]: https://gitter.im/wooorm/remark
102102

@@ -106,7 +106,7 @@ with, optional.
106106

107107
[author]: http://wooorm.com
108108

109-
[mdast]: https://github.com/wooorm/mdast
109+
[mdast]: https://github.com/syntax-tree/mdast
110110

111111
[remark]: https://github.com/wooorm/remark
112112

0 commit comments

Comments
 (0)