Skip to content

Commit 7aea979

Browse files
committed
Migrate to rehypejs
1 parent 7c84124 commit 7aea979

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
@@ -25,8 +25,8 @@
2525
"retext",
2626
"plugin"
2727
],
28-
"repository": "wooorm/retext-readability",
29-
"bugs": "https://github.com/wooorm/retext-readability/issues",
28+
"repository": "retextjs/retext-readability",
29+
"bugs": "https://github.com/retextjs/retext-readability/issues",
3030
"author": "Titus Wormer <[email protected]> (http://wooorm.com)",
3131
"contributors": [
3232
"Titus Wormer <[email protected]> (http://wooorm.com)",

readme.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ has, for example, a few long words or some unknown ones.
103103

104104
## Related
105105

106-
* [`retext-syntax-mentions`](https://github.com/wooorm/retext-syntax-mentions)
106+
* [`retext-syntax-mentions`](https://github.com/retextjs/retext-syntax-mentions)
107107
— Classify [**@mentions**](https://github.com/blog/821) as syntax
108-
* [`retext-syntax-urls`](https://github.com/wooorm/retext-syntax-urls)
108+
* [`retext-syntax-urls`](https://github.com/retextjs/retext-syntax-urls)
109109
— Classify URLs anf filepaths as syntax
110-
* [`retext-simplify`](https://github.com/wooorm/retext-simplify)
110+
* [`retext-simplify`](https://github.com/retextjs/retext-simplify)
111111
— Check phrases for simpler alternatives
112112

113113
## License
@@ -116,21 +116,21 @@ has, for example, a few long words or some unknown ones.
116116

117117
<!-- Definitions -->
118118

119-
[travis-badge]: https://img.shields.io/travis/wooorm/retext-readability.svg
119+
[travis-badge]: https://img.shields.io/travis/retextjs/retext-readability.svg
120120

121-
[travis]: https://travis-ci.org/wooorm/retext-readability
121+
[travis]: https://travis-ci.org/retextjs/retext-readability
122122

123-
[codecov-badge]: https://img.shields.io/codecov/c/github/wooorm/retext-readability.svg
123+
[codecov-badge]: https://img.shields.io/codecov/c/github/retextjs/retext-readability.svg
124124

125-
[codecov]: https://codecov.io/github/wooorm/retext-readability
125+
[codecov]: https://codecov.io/github/retextjs/retext-readability
126126

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

129129
[license]: LICENSE
130130

131131
[author]: http://wooorm.com
132132

133-
[retext]: https://github.com/wooorm/retext
133+
[retext]: https://github.com/retextjs/retext
134134

135135
[dale-chall]: https://github.com/words/dale-chall-formula
136136

0 commit comments

Comments
 (0)