Skip to content

Commit fcda918

Browse files
committed
Migrate to syntax-tree
1 parent 1fe04d9 commit fcda918

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
@@ -14,9 +14,9 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "https://github.com/wooorm/hast-util-labelable.git"
17+
"url": "https://github.com/syntax-tree/hast-util-labelable.git"
1818
},
19-
"bugs": "https://github.com/wooorm/hast-util-labelable/issues",
19+
"bugs": "https://github.com/syntax-tree/hast-util-labelable/issues",
2020
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2121
"contributors": [
2222
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,22 @@ Labelable nodes have a `tagName` set to `button`, `keygen`,
4747

4848
<!-- Definition -->
4949

50-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-labelable.svg
50+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-labelable.svg
5151

52-
[build-page]: https://travis-ci.org/wooorm/hast-util-labelable
52+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-labelable
5353

54-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-labelable.svg
54+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-labelable.svg
5555

56-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-labelable?branch=master
56+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-labelable?branch=master
5757

5858
[npm]: https://docs.npmjs.com/cli/install
5959

6060
[license]: LICENSE
6161

6262
[author]: http://wooorm.com
6363

64-
[hast]: https://github.com/wooorm/hast
64+
[hast]: https://github.com/syntax-tree/hast
6565

6666
[spec]: https://html.spec.whatwg.org/#category-label
6767

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

0 commit comments

Comments
 (0)