Skip to content

Commit 36173e8

Browse files
committed
Migrate to syntax-tree
1 parent 745a8fd commit 36173e8

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"util",
1212
"utility"
1313
],
14-
"repository": "https://github.com/wooorm/hast-util-is-element",
15-
"bugs": "https://github.com/wooorm/hast-util-is-element/issues",
14+
"repository": "https://github.com/syntax-tree/hast-util-is-element",
15+
"bugs": "https://github.com/syntax-tree/hast-util-is-element/issues",
1616
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1717
"contributors": [
1818
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,22 @@ included in the second parameter.
5252

5353
<!-- Definition -->
5454

55-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-is-element.svg
55+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-is-element.svg
5656

57-
[build-page]: https://travis-ci.org/wooorm/hast-util-is-element
57+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-is-element
5858

59-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-is-element.svg
59+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-is-element.svg
6060

61-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-is-element?branch=master
61+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-is-element?branch=master
6262

6363
[npm]: https://docs.npmjs.com/cli/install
6464

6565
[license]: LICENSE
6666

6767
[author]: http://wooorm.com
6868

69-
[hast]: https://github.com/wooorm/hast
69+
[hast]: https://github.com/syntax-tree/hast
7070

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

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

0 commit comments

Comments
 (0)