Skip to content

Commit be5b6b2

Browse files
committed
Fixed the wrong link, which will cause 404 response
1 parent adce86e commit be5b6b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For more on the underlying concepts of OpenShift, please see the [documentation
5555

5656
### OpenShift API
5757

58-
The OpenShift API is located on each server at `https://<host>:8443/oapi/v1`. These APIs are described via [Swagger v1.2](https://www.swagger.io) at `https://<host>:8443/swaggerapi/oapi/v1`. For more, [see the API documentation](https://docs.openshift.org/latest/rest_api/openshift_v1.html).
58+
The OpenShift API is located on each server at `https://<host>:8443/oapi/v1`. These APIs are described via [Swagger v1.2](https://www.swagger.io) at `https://<host>:8443/swaggerapi/oapi/v1`. For more, [see the API documentation](https://docs.openshift.org/latest/rest_api).
5959

6060
### Kubernetes
6161

@@ -65,7 +65,7 @@ If you're looking for more information about using Kubernetes or the lower level
6565

6666
* [Kubernetes Getting Started](https://kubernetes.io/docs/tutorials/kubernetes-basics/)
6767
* [Kubernetes Documentation](https://kubernetes.io/docs/)
68-
* [Kubernetes API](https://docs.openshift.org/latest/rest_api/kubernetes_v1.html)
68+
* [Kubernetes API](https://docs.openshift.org/latest/rest_api)
6969

7070

7171
### What can I run on OpenShift?

0 commit comments

Comments
 (0)