Skip to content

Commit 05afda1

Browse files
authored
Merge pull request #52498 from asimuleo/main
Fix broken link to guestbook example
2 parents 94c5249 + 67ca9a9 commit 05afda1

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/overview/working-with-objects

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ best practice. There are many scenarios where multiple labels should be used to
307307
distinguish resource sets from one another.
308308

309309
For instance, different applications would use different values for the `app` label, but a
310-
multi-tier application, such as the [guestbook example](https://github.com/kubernetes/examples/tree/master/guestbook/),
310+
multi-tier application, such as the [guestbook example](https://github.com/kubernetes/examples/tree/master/web/guestbook/),
311311
would additionally need to distinguish each tier. The frontend could carry the following labels:
312312

313313
```yaml

0 commit comments

Comments
 (0)