Skip to content

Commit 0611558

Browse files
committed
Migrate to syntax-tree
1 parent 8b0d460 commit 0611558

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
@@ -9,8 +9,8 @@
99
"remark",
1010
"utility"
1111
],
12-
"repository": "https://github.com/wooorm/mdast-comment-marker",
13-
"bugs": "https://github.com/wooorm/mdast-comment-marker/issues",
12+
"repository": "https://github.com/syntax-tree/mdast-comment-marker",
13+
"bugs": "https://github.com/syntax-tree/mdast-comment-marker/issues",
1414
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1515
"contributors": [
1616
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,28 +113,28 @@ A comment marker.
113113

114114
<!-- Definitions -->
115115

116-
[build-badge]: https://img.shields.io/travis/wooorm/mdast-comment-marker.svg
116+
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-comment-marker.svg
117117

118-
[build-status]: https://travis-ci.org/wooorm/mdast-comment-marker
118+
[build-status]: https://travis-ci.org/syntax-tree/mdast-comment-marker
119119

120-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-comment-marker.svg
120+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-comment-marker.svg
121121

122-
[coverage-status]: https://codecov.io/github/wooorm/mdast-comment-marker
122+
[coverage-status]: https://codecov.io/github/syntax-tree/mdast-comment-marker
123123

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

126126
[chat]: https://gitter.im/wooorm/remark
127127

128-
[releases]: https://github.com/wooorm/mdast-comment-marker/releases
128+
[releases]: https://github.com/syntax-tree/mdast-comment-marker/releases
129129

130130
[license]: LICENSE
131131

132132
[author]: http://wooorm.com
133133

134134
[npm]: https://docs.npmjs.com/cli/install
135135

136-
[mdast]: https://github.com/wooorm/mdast
136+
[mdast]: https://github.com/syntax-tree/mdast
137137

138-
[node]: https://github.com/wooorm/mdast#node
138+
[node]: https://github.com/syntax-tree/unist#node
139139

140140
[marker]: #marker

0 commit comments

Comments
 (0)