Skip to content

Commit

Permalink
documentation: update links in howto/api
Browse files Browse the repository at this point in the history
update link from howto/api to api reference and openAPI spec to match main
branch

Signed-off-by: Mads Sørhaug <mgs@brreg.no>
  • Loading branch information
madssor authored and ldelossa committed Dec 2, 2020
1 parent c6933f0 commit d962bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/howto/api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Definition

Clair provides its API definition via an OpenAPI specification. You can view our OpenAPI spec [here](https://raw.githubusercontent.com/quay/clair/development-4.0/openapi.yaml)
Clair provides its API definition via an OpenAPI specification. You can view our OpenAPI spec [here](https://raw.githubusercontent.com/quay/clair/main/openapi.yaml)

The OpenAPI spec can be used in a variety of ways.
* Generating http clients for your application
Expand All @@ -10,4 +10,4 @@ The OpenAPI spec can be used in a variety of ways.

See [Testing Clair](./testing.md) to learn how the local dev tooling starts a local swagger editor. This is handy for making changes to the spec in real time.

See [API Reference](./reference/api.md) for a markdown rendered API reference.
See [API Reference](../reference/api.md) for a markdown rendered API reference.

0 comments on commit d962bef

Please sign in to comment.