Skip to content

Commit 72b95af

Browse files
committed
Migrate to syntax-tree
1 parent ebbb983 commit 72b95af

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"files": [
1313
"index.js"
1414
],
15-
"repository": "https://github.com/wooorm/mdast-util-assert",
16-
"bugs": "https://github.com/wooorm/mdast-util-assert/issues",
15+
"repository": "https://github.com/syntax-tree/mdast-util-assert",
16+
"bugs": "https://github.com/syntax-tree/mdast-util-assert/issues",
1717
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ methods from [`unist-util-assert`][unist-util-assert] are also included.
4343

4444
<!-- Definitions -->
4545

46-
[travis-badge]: https://img.shields.io/travis/wooorm/mdast-util-assert.svg
46+
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-assert.svg
4747

48-
[travis]: https://travis-ci.org/wooorm/mdast-util-assert
48+
[travis]: https://travis-ci.org/syntax-tree/mdast-util-assert
4949

50-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-util-assert.svg
50+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-assert.svg
5151

52-
[codecov]: https://codecov.io/github/wooorm/mdast-util-assert
52+
[codecov]: https://codecov.io/github/syntax-tree/mdast-util-assert
5353

5454
[npm]: https://docs.npmjs.com/cli/install
5555

5656
[license]: LICENSE
5757

5858
[author]: http://wooorm.com
5959

60-
[mdast]: https://github.com/wooorm/mdast
60+
[mdast]: https://github.com/syntax-tree/mdast
6161

62-
[unist-util-assert]: https://github.com/wooorm/unist-util-assert
62+
[unist-util-assert]: https://github.com/syntax-tree/unist-util-assert

0 commit comments

Comments
 (0)