Skip to content

Commit 6e2ec1c

Browse files
committed
Migrate to syntax-tree
1 parent a7534ad commit 6e2ec1c

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
@@ -10,8 +10,8 @@
1010
"category",
1111
"interactive"
1212
],
13-
"repository": "https://github.com/wooorm/hast-util-interactive",
14-
"bugs": "https://github.com/wooorm/hast-util-interactive/issues",
13+
"repository": "https://github.com/syntax-tree/hast-util-interactive",
14+
"bugs": "https://github.com/syntax-tree/hast-util-interactive/issues",
1515
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1616
"contributors": [
1717
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@ as [**interactive**][spec].
5656

5757
<!-- Definition -->
5858

59-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-interactive.svg
59+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-interactive.svg
6060

61-
[build-page]: https://travis-ci.org/wooorm/hast-util-interactive
61+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-interactive
6262

63-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-interactive.svg
63+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-interactive.svg
6464

65-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-interactive?branch=master
65+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-interactive?branch=master
6666

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

6969
[license]: LICENSE
7070

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

73-
[hast]: https://github.com/wooorm/hast
73+
[hast]: https://github.com/syntax-tree/hast
7474

75-
[node]: https://github.com/wooorm/hast#node
75+
[node]: https://github.com/syntax-tree/unist#node
7676

77-
[element]: https://github.com/wooorm/hast#element
77+
[element]: https://github.com/syntax-tree/hast#element
7878

7979
[spec]: https://html.spec.whatwg.org/#interactive-content

0 commit comments

Comments
 (0)