8000 Fix broken link to guestbook example · kubernetes/website@67ca9a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67ca9a9

Browse files
committed
Fix broken link to guestbook example
1 parent 6235471 commit 67ca9a9

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)
0