Skip to content

Commit 3bdd2eb

Browse files
committed
docs: update some outdated links
1 parent 3221e51 commit 3bdd2eb

File tree

3 files changed

+24
-21
lines changed

3 files changed

+24
-21
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## Packages
5757

58-
This repository is a monorepo managed by [Lerna][] what means we actually publish several packages to npm from same codebase, including:
58+
This repository is a monorepo managed by \[Lerna]\[] what means we actually publish several packages to npm from same codebase, including:
5959

6060
| Package | Description | Version |
6161
| -------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
@@ -197,7 +197,7 @@ export interface MDXHeading extends BaseNode {
197197

198198
_possible fixable depends on your remark plugins_:
199199

200-
Integration with [remark-lint][] plugins, it will read [remark's configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [cosmiconfig][]. But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
200+
Integration with [remark-lint][] plugins, it will read [remark's configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [unified-engine][]. But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
201201

202202
If you want to disable or change severity of some related rules, it won't work by setting rules in eslint config like `'remark-lint-no-duplicate-headings': 0`, you should change your remark config instead like following:
203203

@@ -241,6 +241,8 @@ If you're using [remark-lint][] feature with [Prettier][] both together, you can
241241

242242
## Backers
243243

244+
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
245+
244246
| 1stG | RxTS | UnTS |
245247
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
246248
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
@@ -256,14 +258,13 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
256258
[MIT][] © [JounQin][]@[1stG.me][]
257259

258260
[1stg.me]: https://www.1stg.me
259-
[cosmiconfig]: https://github.com/davidtheclark/cosmiconfig
261+
[unified-engine]: https://github.com/unifiedjs/unified-engine
260262
[eslint]: https://eslint.org
261-
[jounqin]: https://GitHub.com/JounQin
262-
[lerna]: https://github.com/lerna/lerna
263+
[jounqin]: https://github.com/JounQin
263264
[mdx]: https://github.com/mdx-js/mdx
264265
[mit]: http://opensource.org/licenses/MIT
265266
[prettier]: https://prettier.io
266267
[remark-lint]: https://github.com/remarkjs/remark-lint
267-
[remark-preset-prettier]: https://github.com/JounQin/remark-preset-prettier
268+
[remark-preset-prettier]: https://github.com/un-ts/remark-preset-prettier
268269
[vscode eslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
269-
[vscode mdx]: https://github.com/mdx-js/vscode-mdx
270+
[vscode mdx]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/vscode-mdx

packages/eslint-mdx/README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## Packages
5757

58-
This repository is a monorepo managed by [Lerna][] what means we actually publish several packages to npm from same codebase, including:
58+
This repository is a monorepo managed by \[Lerna]\[] what means we actually publish several packages to npm from same codebase, including:
5959

6060
| Package | Description | Version |
6161
| -------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
@@ -197,7 +197,7 @@ export interface MDXHeading extends BaseNode {
197197

198198
_possible fixable depends on your remark plugins_:
199199

200-
Integration with [remark-lint][] plugins, it will read [remark's configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [cosmiconfig][]. But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
200+
Integration with [remark-lint][] plugins, it will read [remark's configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [unified-engine][]. But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
201201

202202
If you want to disable or change severity of some related rules, it won't work by setting rules in eslint config like `'remark-lint-no-duplicate-headings': 0`, you should change your remark config instead like following:
203203

@@ -241,6 +241,8 @@ If you're using [remark-lint][] feature with [Prettier][] both together, you can
241241

242242
## Backers
243243

244+
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
245+
244246
| 1stG | RxTS | UnTS |
245247
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
246248
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
@@ -256,14 +258,13 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
256258
[MIT][] © [JounQin][]@[1stG.me][]
257259

258260
[1stg.me]: https://www.1stg.me
259-
[cosmiconfig]: https://github.com/davidtheclark/cosmiconfig
261+
[unified-engine]: https://github.com/unifiedjs/unified-engine
260262
[eslint]: https://eslint.org
261-
[jounqin]: https://GitHub.com/JounQin
262-
[lerna]: https://github.com/lerna/lerna
263+
[jounqin]: https://github.com/JounQin
263264
[mdx]: https://github.com/mdx-js/mdx
264265
[mit]: http://opensource.org/licenses/MIT
265266
[prettier]: https://prettier.io
266267
[remark-lint]: https://github.com/remarkjs/remark-lint
267-
[remark-preset-prettier]: https://github.com/JounQin/remark-preset-prettier
268+
[remark-preset-prettier]: https://github.com/un-ts/remark-preset-prettier
268269
[vscode eslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
269-
[vscode mdx]: https://github.com/mdx-js/vscode-mdx
270+
[vscode mdx]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/vscode-mdx

packages/eslint-plugin-mdx/README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
## Packages
5757

58-
This repository is a monorepo managed by [Lerna][] what means we actually publish several packages to npm from same codebase, including:
58+
This repository is a monorepo managed by \[Lerna]\[] what means we actually publish several packages to npm from same codebase, including:
5959

6060
| Package | Description | Version |
6161
| -------------------------------------------------- | ---------------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
@@ -197,7 +197,7 @@ export interface MDXHeading extends BaseNode {
197197

198198
_possible fixable depends on your remark plugins_:
199199

200-
Integration with [remark-lint][] plugins, it will read [remark's configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [cosmiconfig][]. But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
200+
Integration with [remark-lint][] plugins, it will read [remark's configuration](https://github.com/remarkjs/remark/tree/master/packages/remark-cli#remark-cli) automatically via [unified-engine][]. But `.remarkignore` will not be respected, you should use `.eslintignore` instead.
201201

202202
If you want to disable or change severity of some related rules, it won't work by setting rules in eslint config like `'remark-lint-no-duplicate-headings': 0`, you should change your remark config instead like following:
203203

@@ -241,6 +241,8 @@ If you're using [remark-lint][] feature with [Prettier][] both together, you can
241241

242242
## Backers
243243

244+
[![Backers](https://raw.githubusercontent.com/1stG/static/master/sponsors.svg)](https://github.com/sponsors/JounQin)
245+
244246
| 1stG | RxTS | UnTS |
245247
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
246248
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
@@ -256,14 +258,13 @@ Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.m
256258
[MIT][] © [JounQin][]@[1stG.me][]
257259

258260
[1stg.me]: https://www.1stg.me
259-
[cosmiconfig]: https://github.com/davidtheclark/cosmiconfig
261+
[unified-engine]: https://github.com/unifiedjs/unified-engine
260262
[eslint]: https://eslint.org
261-
[jounqin]: https://GitHub.com/JounQin
262-
[lerna]: https://github.com/lerna/lerna
263+
[jounqin]: https://github.com/JounQin
263264
[mdx]: https://github.com/mdx-js/mdx
264265
[mit]: http://opensource.org/licenses/MIT
265266
[prettier]: https://prettier.io
266267
[remark-lint]: https://github.com/remarkjs/remark-lint
267-
[remark-preset-prettier]: https://github.com/JounQin/remark-preset-prettier
268+
[remark-preset-prettier]: https://github.com/un-ts/remark-preset-prettier
268269
[vscode eslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
269-
[vscode mdx]: https://github.com/mdx-js/vscode-mdx
270+
[vscode mdx]: https://github.com/mdx-js/mdx-analyzer/tree/main/packages/vscode-mdx

0 commit comments

Comments
 (0)