Skip to content

Commit e2009ed

Browse files
authored
Merge pull request #52155 from danforbes/fix-configuration-link
Fix Broken Link in Configuration Best Practices
2 parents 16aa332 + e2e8328 commit e2009ed

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
@@ -27,7 +27,7 @@ to others, please don't hesitate to file an issue or submit a PR.
2727

2828
- Group related objects into a single file whenever it makes sense. One file is often easier to
2929
manage than several. See the
30-
[guestbook-all-in-one.yaml](https://github.com/kubernetes/examples/tree/master/guestbook/all-in-one/guestbook-all-in-one.yaml)
30+
[guestbook-all-in-one.yaml](https://github.com/kubernetes/examples/tree/master/web/guestbook/all-in-one/guestbook-all-in-one.yaml)
3131
file as an example of this syntax.
3232

3333
- Note also that many `kubectl` commands can be called on a directory. For example, you can call

0 commit comments

Comments
 (0)