diff --git a/docs/features/traffic-management/openshift.md b/docs/features/traffic-management/openshift.md index 5e2d54dc33..568a9256de 100644 --- a/docs/features/traffic-management/openshift.md +++ b/docs/features/traffic-management/openshift.md @@ -1,6 +1,6 @@ # Openshift Routes -[Openshift Routes](https://docs.openshift.com/container-platform/4.7/networking/routes/route-configuration.html) allow services to be exposed through externally-reachable hostnames. Openshift routes have additional functionality with traffic splitting between different services, allowing Argo Rollouts to shift traffic between different versions during a Canary deployment. +[Openshift Routes](https://docs.openshift.com/container-platform/4.11/networking/routes/route-configuration.html) allow services to be exposed through externally-reachable hostnames. Openshift routes have additional functionality with traffic splitting between different services, allowing Argo Rollouts to shift traffic between different versions during a Canary deployment. ## How it works diff --git a/docs/getting-started/openshift/index.md b/docs/getting-started/openshift/index.md index 995d6199d1..f83e50e242 100644 --- a/docs/getting-started/openshift/index.md +++ b/docs/getting-started/openshift/index.md @@ -1,6 +1,6 @@ # Getting Started - OpenShift Routing -This guide covers how Argo Rollouts integrates with [OpenShift Routing](https://docs.openshift.com/container-platform/4.7/networking/routes/route-configuration.html) for traffic management. This guide builds upon the [getting started guide](../../getting-started.md). +This guide covers how Argo Rollouts integrates with [OpenShift Routing](https://docs.openshift.com/container-platform/4.11/networking/routes/route-configuration.html) for traffic management. This guide builds upon the [getting started guide](../../getting-started.md). ## Requirements - OpenShift cluster with support for routes installed