Skip to content

Commit d29a91a

Browse files
committed
Migrate to syntax-tree
1 parent 2c66abd commit d29a91a

File tree

2 files changed

+9
-9
lines changed

2 files changed

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

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,24 +129,24 @@ The verbose info would looks as follows:
129129

130130
<!-- Definitions -->
131131

132-
[travis-badge]: https://img.shields.io/travis/wooorm/hast-util-from-parse5.svg
132+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-from-parse5.svg
133133

134-
[travis]: https://travis-ci.org/wooorm/hast-util-from-parse5
134+
[travis]: https://travis-ci.org/syntax-tree/hast-util-from-parse5
135135

136-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-from-parse5.svg
136+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-from-parse5.svg
137137

138-
[codecov]: https://codecov.io/github/wooorm/hast-util-from-parse5
138+
[codecov]: https://codecov.io/github/syntax-tree/hast-util-from-parse5
139139

140140
[npm-install]: https://docs.npmjs.com/cli/install
141141

142142
[license]: LICENSE
143143

144144
[author]: http://wooorm.com
145145

146-
[hast]: https://github.com/wooorm/hast
146+
[hast]: https://github.com/syntax-tree/hast
147147

148148
[ast]: https://github.com/inikulin/parse5/wiki/Documentation
149149

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

152-
[vfile]: https://github.com/wooorm/vfile
152+
[vfile]: https://github.com/vfile/vfile

0 commit comments

Comments
 (0)