Skip to content

Commit 79f24fc

Browse files
committed
[en] Fix broken link to guestbook example
1 parent 29f7cf1 commit 79f24fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/configuration/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ for a comprehensive list.
116116
MyApp, tier: frontend, phase: test, deployment: v3 }`. You can use these labels to select the
117117
appropriate Pods for other resources; for example, a Service that selects all `tier: frontend`
118118
Pods, or all `phase: test` components of `app.kubernetes.io/name: MyApp`.
119-
See the [guestbook](https://github.com/kubernetes/examples/tree/master/guestbook/) app
119+
See the [guestbook](https://github.com/kubernetes/examples/tree/master/web/guestbook/) app
120120
for examples of this approach.
121121

122122
A Service can be made to span multiple Deployments by omitting release-specific labels from its

0 commit comments

Comments
 (0)