From 81acaeb86e4c1178f557af744d0ee7f5a934772e Mon Sep 17 00:00:00 2001 From: Satnam Singh Date: Mon, 27 Apr 2015 11:02:12 -0700 Subject: [PATCH] Fix path for swagger-ui --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 38d55587d7..2edabfdb73 100644 --- a/docs/api.md +++ b/docs/api.md @@ -4,7 +4,7 @@ Primary system and API concepts are documented in the [User guide](user-guide.md Overall API conventions are described in the [API conventions doc](api-conventions.md). -Complete API details are documented via [Swagger](http://swagger.io/). The Kubernetes apiserver (aka "master") exports an API that can be used to retrieve the [Swagger spec](https://github.com/swagger-api/swagger-spec/tree/master/schemas/v1.2) for the Kubernetes API, by default at `/swaggerapi`, and a UI you can use to browse the API documentation at `/swaggerui`. We also periodically update a [statically generated UI](http://kubernetes.io/third_party/swagger-ui/). +Complete API details are documented via [Swagger](http://swagger.io/). The Kubernetes apiserver (aka "master") exports an API that can be used to retrieve the [Swagger spec](https://github.com/swagger-api/swagger-spec/tree/master/schemas/v1.2) for the Kubernetes API, by default at `/swaggerapi`, and a UI you can use to browse the API documentation at `/swagger-ui`. We also periodically update a [statically generated UI](http://kubernetes.io/third_party/swagger-ui/). Remote access to the API is discussed in the [access doc](accessing_the_api.md). @@ -50,4 +50,4 @@ Some important differences between v1beta1/2 and v1beta3: * Restart policy is represented simply as a string (e.g., `"Always"`) rather than as a nested map (`always{}`). * Pull policies changed from `PullAlways`, `PullNever`, and `PullIfNotPresent` to `Always`, `Never`, and `IfNotPresent`. * The volume `source` is inlined into `volume` rather than nested. -* Host volumes have been changed from `hostDir` to `hostPath` to better reflect that they can be files or directories. \ No newline at end of file +* Host volumes have been changed from `hostDir` to `hostPath` to better reflect that they can be files or directories.