Skip to content

Commit cb0ec26

Browse files
committed
Migrate to syntax-tree
1 parent eeeb73e commit cb0ec26

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"affix",
99
"emoticon"
1010
],
11-
"repository": "https://github.com/wooorm/nlcst-affix-emoticon-modifier",
12-
"bugs": "https://github.com/wooorm/nlcst-affix-emoticon-modifier/issues",
11+
"repository": "https://github.com/syntax-tree/nlcst-affix-emoticon-modifier",
12+
"bugs": "https://github.com/syntax-tree/nlcst-affix-emoticon-modifier/issues",
1313
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
1414
"contributors": [
1515
"Titus Wormer <[email protected]> (http://wooorm.com)"

readme.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ Merge affix emoticons into the previous sentence.
6464

6565
###### Parameters
6666

67-
* `paragraph` ([`NLCSTParagraphNode`](https://github.com/wooorm/nlcst#paragraphnode)).
67+
* `paragraph` ([`NLCSTParagraphNode`][paragraph]).
6868

6969
## License
7070

7171
[MIT][license] © [Titus Wormer][author]
7272

7373
<!-- Definitions -->
7474

75-
[travis-badge]: https://img.shields.io/travis/wooorm/nlcst-affix-emoticon-modifier.svg
75+
[travis-badge]: https://img.shields.io/travis/syntax-tree/nlcst-affix-emoticon-modifier.svg
7676

77-
[travis]: https://travis-ci.org/wooorm/nlcst-affix-emoticon-modifier
77+
[travis]: https://travis-ci.org/syntax-tree/nlcst-affix-emoticon-modifier
7878

79-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/nlcst-affix-emoticon-modifier.svg
79+
[codecov-badge]: https://img.shields.io/codecov/c/github/syntax-tree/nlcst-affix-emoticon-modifier.svg
8080

81-
[codecov]: https://codecov.io/github/wooorm/nlcst-affix-emoticon-modifier
81+
[codecov]: https://codecov.io/github/syntax-tree/nlcst-affix-emoticon-modifier
8282

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

@@ -87,3 +87,5 @@ Merge affix emoticons into the previous sentence.
8787
[author]: http://wooorm.com
8888

8989
[retext-emoji]: https://github.com/wooorm/retext-emoji
90+
91+
[paragraph]: https://github.com/syntax-tree/nlcst#paragraph

0 commit comments

Comments
 (0)