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
@@ -1061,7 +1061,7 @@
|
||||
type: 3,
|
||||
name: 'Weaveworks',
|
||||
logo: 'weave_works',
|
||||
link: 'https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/',
|
||||
link: '/docs/setup/independent/create-cluster-kubeadm/',
|
||||
blurb: 'Weaveworks - kubeadm'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user