Skip to content

Commit 0af2ac1

Browse files
committed
Migrate to syntax-tree
1 parent b34dad3 commit 0af2ac1

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

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,24 +131,24 @@ you completely trust the content.
131131

132132
<!-- Definitions -->
133133

134-
[travis-badge]: https://img.shields.io/travis/wooorm/hast-util-to-html.svg
134+
[travis-badge]: https://img.shields.io/travis/syntax-tree/hast-util-to-html.svg
135135

136-
[travis]: https://travis-ci.org/wooorm/hast-util-to-html
136+
[travis]: https://travis-ci.org/syntax-tree/hast-util-to-html
137137

138-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/hast-util-to-html.svg
138+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/hast-util-to-html.svg
139139

140-
[codecov]: https://codecov.io/github/wooorm/hast-util-to-html
140+
[codecov]: https://codecov.io/github/syntax-tree/hast-util-to-html
141141

142142
[npm]: https://docs.npmjs.com/cli/install
143143

144144
[license]: LICENSE
145145

146146
[author]: http://wooorm.com
147147

148-
[hast]: https://github.com/wooorm/hast
148+
[hast]: https://github.com/syntax-tree/hast
149149

150150
[html-void-elements]: https://github.com/wooorm/html-void-elements
151151

152152
[stringify-entities]: https://github.com/wooorm/stringify-entities
153153

154-
[hast-util-sanitize]: https://github.com/wooorm/hast-util-sanitize
154+
[hast-util-sanitize]: https://github.com/syntax-tree/hast-util-sanitize

0 commit comments

Comments
 (0)