From 65e30eda6f6b929a42eba96d9f4462081ad8a39d Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Tue, 3 Mar 2020 17:01:53 -0800 Subject: [PATCH] Rename knative-with-any-k8s for better SEO (#2270) Related: https://github.com/knative/docs/issues/2265 --- docs/install/README.md | 2 +- .../{knative-with-any-k8s.md => any-kubernetes-cluster.md} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/install/{knative-with-any-k8s.md => any-kubernetes-cluster.md} (99%) diff --git a/docs/install/README.md b/docs/install/README.md index c2bf85aba..99a6d1e89 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -1,4 +1,4 @@ -To install Knative components on your Kubernetes cluster, follow our [installation guide](./knative-with-any-k8s.md). +To install Knative components on your Kubernetes cluster, follow our [installation guide](./any-kubernetes-cluster.md). To install the Knative CLI, follow our [installation guide](./install-kn.md). diff --git a/docs/install/knative-with-any-k8s.md b/docs/install/any-kubernetes-cluster.md similarity index 99% rename from docs/install/knative-with-any-k8s.md rename to docs/install/any-kubernetes-cluster.md index cf497ef2e..b9761f0da 100644 --- a/docs/install/knative-with-any-k8s.md +++ b/docs/install/any-kubernetes-cluster.md @@ -3,6 +3,7 @@ title: "Installing Knative" weight: 06 type: "docs" aliases: + - /docs/install/knative-with-any-k8s - /docs/install/knative-with-aks - /docs/install/knative-with-ambassador - /docs/install/knative-with-contour