diff --git a/docs/install/Knative-with-Gardener.md b/docs/install/Knative-with-Gardener.md index d8b96fe491f..f3b1dc90877 100644 --- a/docs/install/Knative-with-Gardener.md +++ b/docs/install/Knative-with-Gardener.md @@ -46,7 +46,7 @@ Knative requires a Kubernetes cluster v1.14 or newer. You can create your cluster using `kubectl` cli by providing a cluster specification yaml file. You can find an example for GCP -[here](https://github.com/gardener/gardener/blob/master/example/90-shoot-gcp.yaml). +[here](https://github.com/gardener/gardener/blob/master/example/90-shoot.yaml). Make sure the namespace matches that of your project. Then just apply the prepared so-called "shoot" cluster crd with kubectl: diff --git a/docs/install/Knative-with-ICP.md b/docs/install/Knative-with-ICP.md index 331d8d8179e..172e5010bb0 100644 --- a/docs/install/Knative-with-ICP.md +++ b/docs/install/Knative-with-ICP.md @@ -122,7 +122,7 @@ the`knative-eventing` and `knative-monitoring` namespaces. ## Installing Istio -[Follow the instructions to install and run Istio in IBM Cloud Private](https://istio.io/docs/setup/kubernetes/quick-start-ibm/#ibm-cloud-private). +[Follow the instructions to install and run Istio in IBM Cloud Private](https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.1.2/manage_cluster/istio.html). If you prefer to install Istio manually, see the [Installing Istio for Knative guide](./installing-istio.md). diff --git a/docs/serving/samples/hello-world/helloworld-nodejs/README.md b/docs/serving/samples/hello-world/helloworld-nodejs/README.md index 39c2b159be2..72be2df00a7 100644 --- a/docs/serving/samples/hello-world/helloworld-nodejs/README.md +++ b/docs/serving/samples/hello-world/helloworld-nodejs/README.md @@ -1,7 +1,7 @@ --- title: "Hello World - Node.js" linkTitle: "Node.js" -weight: 1 +weight: 1 type: "docs" ---