Fix the Swagger/OpenAPI link (#1552)

Signed-off-by: David Seebacher <dseebacher@gmail.com>
This commit is contained in:
dseebacher 2018-09-18 13:47:21 +02:00 committed by stuart nelson
parent 6f1118ab46
commit d5b8e10286
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ and [Go Swagger](https://github.com/go-swagger/go-swagger/) with the exception
of the HTTP handlers themselves. The API specification can be found in
[api/v2/openapi.yaml](api/v2/openapi.yaml). A HTML rendered version can be
accessed
[here](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/alertmanager/alertmanager/master/api/v2/openapi.yaml).
[here](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/prometheus/alertmanager/master/api/v2/openapi.yaml).
Clients can be easily generated via any OpenAPI generator for all major
languages.