Fix relative links issue in English content (#13307)
* `http://kubernetes.io/docs/` -> `/docs/` in content/en folder * `https://kubernetes.io/docs/` -> `/docs/` in content/en folder
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
89b2eb7f64
commit
5a5f77db64
@@ -14,7 +14,7 @@ The original documentation for this integration can be found at [https://github.
|
||||
{{% capture prerequisites %}}
|
||||
To use this guide, you must have a working kubernetes cluster that was deployed using Canonical's juju.
|
||||
|
||||
The full instructions for deploying Kubernetes with juju can be found at [https://kubernetes.io/docs/getting-started-guides/ubuntu/installation/](https://kubernetes.io/docs/getting-started-guides/ubuntu/installation/).
|
||||
The full instructions for deploying Kubernetes with juju can be found at [/docs/getting-started-guides/ubuntu/installation/](/docs/getting-started-guides/ubuntu/installation/).
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
@@ -358,5 +358,3 @@ You can remove Rancher from your cluster using kubectl. Deleting constructs in K
|
||||
kubectl delete -f cdk-rancher-nodeport.yaml
|
||||
```
|
||||
{{% /capture %}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user