You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to the issue : [zh] Wrong links at Kubernetes basic tutorial #51643
The path in the images earlier pointed to path="/zh-cn/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/" but /zh-cn was being added dynamically again so the result was path="/zh-cn/zh-cn/docs/tutorials/kubernetes-basics/create-cluster/cluster-intro/" which is an invalid link.
Fix : removed /zh-cn from the path of all the images.
0 commit comments