Skip to content

Commit 652c3d5

Browse files
eallred-googleknative-prow-robot
authored andcommitted
Fixing links (#1936)
* test commit * Fixed two broken links in install area
1 parent 3f485a0 commit 652c3d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/install/Knative-with-Gardener.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Knative requires a Kubernetes cluster v1.14 or newer.
4646

4747
You can create your cluster using `kubectl` cli by providing a cluster
4848
specification yaml file. You can find an example for GCP
49-
[here](https://github.com/gardener/gardener/blob/master/example/90-shoot-gcp.yaml).
49+
[here](https://github.com/gardener/gardener/blob/master/example/90-shoot.yaml).
5050
Make sure the namespace matches that of your project. Then just apply the
5151
prepared so-called "shoot" cluster crd with kubectl:
5252

docs/install/Knative-with-ICP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ the`knative-eventing` and `knative-monitoring` namespaces.
122122

123123
## Installing Istio
124124

125-
[Follow the instructions to install and run Istio in IBM Cloud Private](https://istio.io/docs/setup/kubernetes/quick-start-ibm/#ibm-cloud-private).
125+
[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).
126126

127127
If you prefer to install Istio manually, see the
128128
[Installing Istio for Knative guide](./installing-istio.md).

docs/serving/samples/hello-world/helloworld-nodejs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Hello World - Node.js"
33
linkTitle: "Node.js"
4-
weight: 1
4+
weight: 1
55
type: "docs"
66
---
77

0 commit comments

Comments
 (0)