Skip to content

Commit c2de75c

Browse files
committed
Migrate to syntax-tree
1 parent f9092f7 commit c2de75c

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

readme.md

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

5252
<!-- Definition -->
5353

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

56-
[build-page]: https://travis-ci.org/wooorm/hast-util-transparent
56+
[build-page]: https://travis-ci.org/syntax-tree/hast-util-transparent
5757

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

60-
[coverage-page]: https://codecov.io/github/wooorm/hast-util-transparent?branch=master
60+
[coverage-page]: https://codecov.io/github/syntax-tree/hast-util-transparent?branch=master
6161

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

6464
[license]: LICENSE
6565

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

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

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

7272
[spec]: https://html.spec.whatwg.org/#transparent-content-models

0 commit comments

Comments
 (0)