From a5306feafebf2a987d16d8c566cde8cd1661bcfb Mon Sep 17 00:00:00 2001 From: Brian Dorsey Date: Sun, 15 Jun 2014 16:13:49 -0700 Subject: [PATCH] fix typo in guestbook URL --- examples/guestbook/guestbook.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/guestbook/guestbook.md b/examples/guestbook/guestbook.md index f113ed81935..8ab6e84640c 100644 --- a/examples/guestbook/guestbook.md +++ b/examples/guestbook/guestbook.md @@ -280,6 +280,7 @@ You may need to open the firewall for port 8080 using the [console][cloud-consol ```shell $ gcutil addfirewall --allowed=tcp:8080 --target_tags=kubernetes-minion kubernetes-minion-8080 ``` -For details about limiting traffic to specific sources, see the [gcutil documentation][https://developers.google.com/compute/docs/gcutil/reference/firewall#addfirewall] +For details about limiting traffic to specific sources, see the [gcutil documentation][gcutil-docs] [cloud-console]: https://console.developer.google.com +[gcutil-docs]: https://developers.google.com/compute/docs/gcutil/reference/firewall#addfirewall