Skip to content

Commit b23051f

Browse files
committed
Migrate to syntax-tree
1 parent 0f3dbd1 commit b23051f

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
"files": [
1313
"index.js"
1414
],
15-
"repository": "https://github.com/wooorm/mdast-util-compact",
16-
"bugs": "https://github.com/wooorm/mdast-util-compact/issues",
15+
"repository": "https://github.com/syntax-tree/mdast-util-compact",
16+
"bugs": "https://github.com/syntax-tree/mdast-util-compact/issues",
1717
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ The given `tree`.
5555

5656
<!-- Definitions -->
5757

58-
[travis-badge]: https://img.shields.io/travis/wooorm/mdast-util-compact.svg
58+
[travis-badge]: https://img.shields.io/travis/syntax-tree/mdast-util-compact.svg
5959

60-
[travis]: https://travis-ci.org/wooorm/mdast-util-compact
60+
[travis]: https://travis-ci.org/syntax-tree/mdast-util-compact
6161

62-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/mdast-util-compact.svg
62+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/mdast-util-compact.svg
6363

64-
[codecov]: https://codecov.io/github/wooorm/mdast-util-compact
64+
[codecov]: https://codecov.io/github/syntax-tree/mdast-util-compact
6565

6666
[npm]: https://docs.npmjs.com/cli/install
6767

6868
[license]: LICENSE
6969

7070
[author]: http://wooorm.com
7171

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

0 commit comments

Comments
 (0)