Skip to content

Commit ebe1dea

Browse files
docs: point the online catalog link to /docs/breaking-changes (#1112)
The /checks filter page is retired; oasdiff.com/docs/breaking-changes is the canonical online catalog. Repoint the two 'browse the full catalog' links.
1 parent 5e4a9a0 commit ebe1dea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/BREAKING-CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The comparison is encrypted on your machine before upload, with a one-time key t
3030
The resulting URL works for 7 days. Paste it into a PR comment or Slack and reviewers can open the review without installing the CLI themselves. Anyone you give the full link to can open it (the part after the `#` is the decryption key), so treat it like a secret.
3131

3232
## Checks
33-
Oasdiff supports hundreds of checks (run `oasdiff checks` for the current list, or browse the full catalog at [oasdiff.com/checks](https://www.oasdiff.com/checks)), categorized into three levels:
33+
Oasdiff supports hundreds of checks (run `oasdiff checks` for the current list, or browse the full catalog at [oasdiff.com/docs/breaking-changes](https://www.oasdiff.com/docs/breaking-changes)), categorized into three levels:
3434
- `ERR` - Errors are definite breaking changes which should be avoided
3535
- `WARN` - Warnings are potential breaking changes which developers should be aware of, but cannot be confirmed programmatically as breaking
3636
- `INFO` - Non-breaking changes

docs/CHECKS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Checks are categorized into three severity levels:
2828
- `warn` — potential breaking changes which cannot be confirmed programmatically
2929
- `info` — non-breaking changes
3030

31-
Run `oasdiff checks` for the current list, or browse the full catalog at [oasdiff.com/checks](https://www.oasdiff.com/checks).
31+
Run `oasdiff checks` for the current list, or browse the full catalog at [oasdiff.com/docs/breaking-changes](https://www.oasdiff.com/docs/breaking-changes).
3232

3333
## Categorization
3434
Every check is categorized along independent axes, emitted as fields in the `json` and `yaml` output:

0 commit comments

Comments
 (0)