Skip to content

Commit ced7200

Browse files
committed
Migrate to syntax-tree
1 parent fafc181 commit ced7200

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"retext",
1010
"utility"
1111
],
12-
"repository": "https://github.com/wooorm/nlcst-normalize",
13-
"bugs": "https://github.com/wooorm/nlcst-normalize/issues",
12+
"repository": "https://github.com/syntax-tree/nlcst-normalize",
13+
"bugs": "https://github.com/syntax-tree/nlcst-normalize/issues",
1414
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1515
"files": [
1616
"index.js"

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nlcst-normalize [![Build Status][travis-badge]][travis] [![Coverage Status][codecov-badge]][codecov]
22

3-
Normalize a word for easier comparison, useful for [NLCST][nlcst]
3+
Normalize a word for easier comparison, useful for [NLCST][nlcst].
44

55
## Installation
66

@@ -40,7 +40,7 @@ And, lowercases alphabetical characters (`[A-Z]`).
4040

4141
###### Parameters
4242

43-
* `value` ([`Node`][nlcst-node], `Array.<Node>`, or `string`)
43+
* `value` ([`Node`][node], `Array.<Node>`, or `string`)
4444
— Value to normalize;
4545
* `options` (`Object?`):
4646

@@ -59,20 +59,20 @@ And, lowercases alphabetical characters (`[A-Z]`).
5959

6060
<!-- Definitions -->
6161

62-
[travis-badge]: https://img.shields.io/travis/wooorm/nlcst-normalize.svg
62+
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-normalize.svg
6363

64-
[travis]: https://travis-ci.org/wooorm/nlcst-normalize
64+
[travis]: https://travis-ci.org/syntax-tree/nlcst-normalize
6565

66-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/nlcst-normalize.svg
66+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-normalize.svg
6767

68-
[codecov]: https://codecov.io/github/wooorm/nlcst-normalize
68+
[codecov]: https://codecov.io/github/syntax-tree/nlcst-normalize
6969

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

7272
[license]: LICENSE
7373

7474
[author]: http://wooorm.com
7575

76-
[nlcst]: https://github.com/wooorm/nlcst
76+
[nlcst]: https://github.com/syntax-tree/nlcst
7777

78-
[nlcst-node]: https://github.com/wooorm/nlcst#node
78+
[node]: https://github.com/syntax-tree/unist#node

0 commit comments

Comments
 (0)