Skip to content

Commit

Permalink
chore: update outdated links
Browse files Browse the repository at this point in the history
  • Loading branch information
tatomyr committed Oct 21, 2024
1 parent 5a493e7 commit d5f5ec4
Show file tree
Hide file tree
Showing 67 changed files with 68 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/styles/Redocly-Docs/FutureTense.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: existence
message: 'Avoid using future tense: "%s". Use present tense instead.'
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#tone-and-audience
link: https://intranet.redocly.com/contributing/documentation-style-guide/#tone-and-audience
ignorecase: true
level: error
raw:
Expand Down
2 changes: 1 addition & 1 deletion .github/styles/Redocly-Docs/HeaderGerunds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: existence
message: 'Do not start headings with with a gerund (ing word). Use an imperative verb instead.'
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#content-organization
link: https://intranet.redocly.com/contributing/documentation-style-guide/#content-organization
level: error
scope: heading
tokens:
Expand Down
2 changes: 1 addition & 1 deletion .github/styles/Redocly-Docs/InclusionGenderCulture.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extends: substitution
message: 'Use inclusive language. Consider "%s" instead of "%s".'
link: https://intranet.redoc.ly/contributing/documentation-style-guide/#grammar-and-syntax
link: https://intranet.redocly.com/contributing/documentation-style-guide/#grammar-and-syntax
level: error
ignorecase: true
swap:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ If you made any changes, make sure to compile the code before running the tests.

- **`__tests__`**: contains e2e tests. The e2e tests are written and run with [Jest](https://jestjs.io/).

- **`docs`**: contains the documentation source files. When changes to the documentation are merged, they automatically get published on the [Redocly docs website](https://redoc.ly/docs/cli/).
- **`docs`**: contains the documentation source files. When changes to the documentation are merged, they automatically get published on the [Redocly docs website](https://redocly.com/docs/cli/).

- **`packages`**: contains the source code. Сonsists of two packages - CLI and core. The codebase is written in Typescript.

Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-description-override-error/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-description-override/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-description-override/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
servers:
- url: //petstore.swagger.io/v2
description: Default server
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-override/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/info-override/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
x-vendor: custom extension
servers:
- url: //petstore.swagger.io/v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
paths:
/pet:
put:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
paths:
/pet:
put:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
servers:
- url: //petstore.swagger.io/v2
description: Default server
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/tag-description-override-error/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
tags:
- name: pet
description: Everything about your Pets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ bundling ./main.yaml...
Failed to read markdown override file for tag "pet".
ENOENT: no such file or directory, open './pet-tag-description.md'
15 | email: email@redoc.ly
15 | email: email@redocly.com
16 | tags:
17 | - name: pet
| ^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/tag-description-override/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
tags:
- name: pet
description: Everything about your Pets
Expand Down
2 changes: 1 addition & 1 deletion __tests__/bundle/tag-description-override/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
servers:
- url: //petstore.swagger.io/v2
description: Default server
Expand Down
2 changes: 1 addition & 1 deletion __tests__/commands.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ describe('E2E', () => {
(<any>expect(cleanupOutput(result))).toMatchSpecificSnapshot(join(testPath, 'snapshot.js'));

expect(fs.existsSync(join(testPath, 'nested/redoc-static.html'))).toEqual(true);
expect(fs.statSync(join(testPath, 'nested/redoc-static.html')).size).toEqual(32949);
expect(fs.statSync(join(testPath, 'nested/redoc-static.html')).size).toEqual(32952);
});
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-defined-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-enum-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-enum-on-keys-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com
tags:
- name: test
description: Description.
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-match-parent-keys/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-non-empty-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-non-empty-off/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-non-empty-warn/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-pattern-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-pattern-with-object/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-query-in-parameters/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-require-any-error/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
2 changes: 1 addition & 1 deletion __tests__/lint/assertions-show-suggestions/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ info:
contact:
name: qa
url: https://swagger.io/specification/#definitions
email: email@redoc.ly
email: email@redocly.com

paths:
/pet/findByStatus:
Expand Down
Loading

0 comments on commit d5f5ec4

Please sign in to comment.