fix an image link (#8497)
The pod diagram gives as URL https://images/docs/pod.svg, remove the extra "/" so that it redirects to our site. Closes: #8491
This commit is contained in:
committed by
k8s-ci-robot
parent
9702579d38
commit
4555ae494b
@@ -58,7 +58,7 @@ that means that it exists as long as that pod (with that UID) exists. If that
|
||||
pod is deleted for any reason, even if an identical replacement is created, the
|
||||
related thing (e.g. volume) is also destroyed and created anew.
|
||||
|
||||
{{< figure src="//images/docs/pod.svg" title="pod diagram" width="50%" >}}
|
||||
{{< figure src="/images/docs/pod.svg" title="pod diagram" width="50%" >}}
|
||||
|
||||
*A multi-container pod that contains a file puller and a
|
||||
web server that uses a persistent volume for shared storage between the containers.*
|
||||
|
||||
Reference in New Issue
Block a user