Skip to content

Commit ae89817

Browse files
committed
Migrate to syntax-tree
1 parent 2e36a01 commit ae89817

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
@@ -12,8 +12,8 @@
1212
"files": [
1313
"index.js"
1414
],
15-
"repository": "https://github.com/wooorm/hast-util-to-parse5",
16-
"bugs": "https://github.com/wooorm/hast-util-to-parse5/issues",
15+
"repository": "https://github.com/syntax-tree/hast-util-to-parse5",
16+
"bugs": "https://github.com/syntax-tree/hast-util-to-parse5/issues",
1717
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1818
"contributors": [
1919
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ Parse5 adapter.
5151

5252
<!-- Definitions -->
5353

54-
[travis-badge]: https://img.shields.io/travis/wooorm/hast-util-to-parse5.svg
54+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-parse5.svg
5555

56-
[travis]: https://travis-ci.org/wooorm/hast-util-to-parse5
56+
[travis]: https://travis-ci.org/syntax-tree/hast-util-to-parse5
5757

58-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-to-parse5.svg
58+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-parse5.svg
5959

60-
[codecov]: https://codecov.io/github/wooorm/hast-util-to-parse5
60+
[codecov]: https://codecov.io/github/syntax-tree/hast-util-to-parse5
6161

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

6464
[license]: LICENSE
6565

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

68-
[hast]: https://github.com/wooorm/hast
68+
[hast]: https://github.com/syntax-tree/hast
6969

7070
[ast]: https://github.com/inikulin/parse5/wiki/Documentation
7171

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

0 commit comments

Comments
 (0)