Skip to content

Commit 2e931fe

Browse files
committed
Migrate to syntax-tree
1 parent 9572e99 commit 2e931fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@ Check if the given value is a [**phrasing**][spec] content.
6767

6868
<!-- Definitions -->
6969

70-
[travis-badge]: https://img.shields.io/travis/wooorm/hast-util-phrasing.svg
70+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-phrasing.svg
7171

72-
[travis]: https://travis-ci.org/wooorm/hast-util-phrasing
72+
[travis]: https://travis-ci.org/syntax-tree/hast-util-phrasing
7373

74-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-phrasing.svg
74+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-phrasing.svg
7575

76-
[codecov]: https://codecov.io/github/wooorm/hast-util-phrasing
76+
[codecov]: https://codecov.io/github/syntax-tree/hast-util-phrasing
7777

7878
[npm]: https://docs.npmjs.com/cli/install
7979

8080
[license]: LICENSE
8181

8282
[author]: http://wooorm.com
8383

84-
[node]: https://github.com/wooorm/hast
84+
[node]: https://github.com/syntax-tree/hast
8585

8686
[spec]: https://html.spec.whatwg.org/#phrasing-content-2

0 commit comments

Comments
 (0)