Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 0049be8

Browse files
docs: link to the environments' documentation from the main README
1 parent 8618f5a commit 0049be8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ See the [tutorial](tutorial) directory for lots of example config files.
3131

3232
### Available rulesets
3333

34-
#### For [Node.js][nodejs-home]
34+
#### For [Node.js][nodejs-docs]
3535

3636
- @strv/javascript/environments/nodejs/v10
3737
- @strv/javascript/environments/nodejs/v8-3
3838
- @strv/javascript/environments/nodejs/v8
3939
- @strv/javascript/environments/nodejs/v6
4040
- @strv/javascript/environments/nodejs/optional
4141

42-
#### For [React][react-home]
42+
#### For [React][react-docs]
4343

4444
- @strv/javascript/environments/react/v16
4545
- @strv/javascript/environments/react/v15
4646
- @strv/javascript/environments/react/optional
4747
- @strv/javascript/environments/react/accessibility
4848
> This one contains rules specific to web accessibility best practices.
4949
50-
#### For [Flow][flow-home]
50+
#### For [Flow][flow-docs]
5151

5252
- @strv/javascript/environments/flow/recommended
5353

54-
#### For [Mocha][mocha-home]
54+
#### For [Mocha][mocha-docs]
5555

5656
- @strv/javascript/environments/mocha/recommended
5757

@@ -75,7 +75,7 @@ This software is licensed under the **BSD-3-Clause License**. See the [LICENSE](
7575
[travis-url]: https://travis-ci.org/strvcom/eslint-config-javascript
7676
[eslint-version]: https://img.shields.io/badge/ESLint-^5.3.0-brightgreen.svg
7777
[eslint-fixing]: http://eslint.org/docs/user-guide/command-line-interface#fix
78-
[flow-home]: https://flow.org
79-
[react-home]: http://reactjs.com
80-
[nodejs-home]: https://nodejs.org
81-
[mocha-home]: https://mochajs.org
78+
[flow-docs]: environments/flow
79+
[react-docs]: environments/react
80+
[nodejs-docs]: environments/nodejs
81+
[mocha-docs]: environments/mocha

0 commit comments

Comments
 (0)