Skip to content

Commit b8b2754

Browse files
committed
Migrate to syntax-tree
1 parent ad63be4 commit b8b2754

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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-heading",
15-
"bugs": "https://github.com/wooorm/hast-util-heading/issues",
14+
"repository": "https://github.com/syntax-tree/hast-util-heading",
15+
"bugs": "https://github.com/syntax-tree/hast-util-heading/issues",
1616
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1717
"contributors": [
1818
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@ Check if the given value is a [**heading**][spec] [element][].
4343

4444
<!-- Definition -->
4545

46-
[build-badge]: https://img.shields.io/travis/wooorm/hast-util-heading.svg
46+
[build-badge]: https://img.shields.io/travis/syntax-tree/hast-util-heading.svg
4747

48-
[build-page]: https://travis-ci.org/wooorm/hast-util-heading
48+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-heading
4949

50-
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-heading.svg
50+
[coverage-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-heading.svg
5151

52-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-heading?branch=master
52+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-heading?branch=master
5353

5454
[npm]: https://docs.npmjs.com/cli/install
5555

5656
[license]: LICENSE
5757

5858
[author]: http://wooorm.com
5959

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

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

6464
[spec]: https://html.spec.whatwg.org/#heading-content

0 commit comments

Comments
 (0)