Skip to content

Commit 5e893bd

Browse files
committed
Migrate to syntax-tree
1 parent 535d385 commit 5e893bd

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

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ Callback invoked when a range is found.
9191

9292
<!-- Definitions -->
9393

94-
[build-badge]: https://img.shields.io/travis/wooorm/mdast-util-heading-range.svg
94+
[build-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-heading-range.svg
9595

96-
[build-status]: https://travis-ci.org/wooorm/mdast-util-heading-range
96+
[build-status]: https://travis-ci.org/syntax-tree/mdast-util-heading-range
9797

98-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-util-heading-range.svg
98+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-heading-range.svg
9999

100-
[coverage-status]: https://codecov.io/github/wooorm/mdast-util-heading-range
100+
[coverage-status]: https://codecov.io/github/syntax-tree/mdast-util-heading-range
101101

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

@@ -109,8 +109,8 @@ Callback invoked when a range is found.
109109

110110
[npm]: https://docs.npmjs.com/cli/install
111111

112-
[mdast]: https://github.com/wooorm/mdast
112+
[mdast]: https://github.com/syntax-tree/mdast
113113

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

116116
[onrun]: #function-onrunstart-nodes-end-scope

0 commit comments

Comments
 (0)