Skip to content

Commit caf7744

Browse files
committed
docs(rules): fix README link
1 parent 1836b6b commit caf7744

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/rules/no-dup-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ The `no-dup-paths` rule was introduced to `eslint-plugin-swagger` in version `0.
112112
[doc-src-url]: ./docs/rules/no-dup-paths.md
113113
[rule-specs-url]: ./tests/lib/rules/no-dup-paths.js
114114
[rule-src-url]: ./lib/rules/no-dup-paths.js
115-
[rules-readme]: ./docs/rules/README.md
115+
[rules-readme]: ./README.md
116116
[uuid-def-url]: https://en.wikipedia.org/wiki/Universally_unique_identifier

docs/rules/no-path-verbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ The `no-path-verbs` rule was introduced to `eslint-plugin-swagger` in version `0
132132
[rmm-level-2-url]: https://martinfowler.com/articles/richardsonMaturityModel.html#level2
133133
[rmm-url]: https://martinfowler.com/articles/richardsonMaturityModel.html
134134
[rule-src-url]: ./lib/rules/no-path-verbs.js
135-
[rules-readme]: ./docs/rules/README.md
135+
[rules-readme]: ./README.md

docs/rules/require-plural-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ The `require-plural-paths` rule was introduced to `eslint-plugin-swagger` in ver
135135
[rest-api-tutorial-url]: http://www.restapitutorial.com/lessons/restfulresourcenaming.html#pluralization
136136
[restful-api-design-url]: https://apigee.com/about/blog/technology/restful-api-design-plural-nouns-and-concrete-names
137137
[rule-source-url]: https://github.com/gregswindle/eslint-plugin-swagger/blob/master/lib/rules/require-plural-paths.js
138-
[rules-readme]: ./docs/rules/README.md
138+
[rules-readme]: ./README.md
139139
[use-consistently-plural-nouns]: https://blog.philipphauer.de/restful-api-design-best-practices/#use-consistently-plural-nouns

0 commit comments

Comments
 (0)