Skip to content

Commit ee2300d

Browse files
committed
Migrate to syntax-tree
1 parent a82994a commit ee2300d

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
@@ -11,8 +11,8 @@
1111
"util",
1212
"utility"
1313
],
14-
"repository": "https://github.com/wooorm/hast-util-sectioning",
15-
"bugs": "https://github.com/wooorm/hast-util-sectioning/issues",
14+
"repository": "https://github.com/syntax-tree/hast-util-sectioning",
15+
"bugs": "https://github.com/syntax-tree/hast-util-sectioning/issues",
1616
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1717
"contributors": [
1818
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,22 @@ Check if the given value is a [**sectioning**][spec] [element][].
4545

4646
<!-- Definition -->
4747

48-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-sectioning.svg
48+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-sectioning.svg
4949

50-
[build-page]: https://travis-ci.org/wooorm/hast-util-sectioning
50+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-sectioning
5151

52-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-sectioning.svg
52+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-sectioning.svg
5353

54-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-sectioning?branch=master
54+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-sectioning?branch=master
5555

5656
[npm]: https://docs.npmjs.com/cli/install
5757

5858
[license]: LICENSE
5959

6060
[author]: http://wooorm.com
6161

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

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

6666
[spec]: https://html.spec.whatwg.org/#sectioning-content

0 commit comments

Comments
 (0)