Skip to content

Commit

Permalink
Migrate to syntax-tree
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 20, 2016
1 parent 9572e99 commit 2e931fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"util",
"utility"
],
"repository": "https://github.com/wooorm/hast-util-phrasing",
"bugs": "https://github.com/wooorm/hast-util-phrasing/issues",
"repository": "https://github.com/syntax-tree/hast-util-phrasing",
"bugs": "https://github.com/syntax-tree/hast-util-phrasing/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
Expand Down
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,20 @@ Check if the given value is a [**phrasing**][spec] content.

<!-- Definitions -->

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

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

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

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

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

[license]: LICENSE

[author]: http://wooorm.com

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

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

0 comments on commit 2e931fe

Please sign in to comment.