Skip to content

Commit f63b95a

Browse files
Fixed link navigation bug
Signed-off-by: aakankshabhende <[email protected]>
1 parent f79cb93 commit f63b95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/configuration/updating-configuration-via-a-configmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ The above scenario can be replicated by using a [Sidecar Container](/docs/concep
434434
as a helper container to write the HTML file.
435435
As a Sidecar Container is conceptually an Init Container, it is guaranteed to start before the main web server container.
436436
This ensures that the HTML file is always available when the web server is ready to serve it.
437-
Please see [Enabling sidecar containers](/docs/concepts/workloads/pods/sidecar-containers/#enabling-sidecar-containers) to utilize this feature.
437+
Please see [Enabling sidecar containers](/docs/concepts/workloads/pods/sidecar-containers/#sidecar-example) to utilize this feature.
438438

439439
If you are continuing from the previous scenario, you can reuse the ConfigMap named `color` for this scenario.
440440
If you are executing this scenario independently, use the `kubectl create configmap` command to create a ConfigMap

0 commit comments

Comments
 (0)