From c4b07b16dfeeccd3c8febc6a94369dfc527160df Mon Sep 17 00:00:00 2001 From: Johan Euphrosine Date: Sat, 7 Jun 2014 02:11:23 -0700 Subject: [PATCH] guestbook: add link to cloud console --- examples/guestbook/guestbook.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/guestbook/guestbook.md b/examples/guestbook/guestbook.md index aa3a86493d1..bc2292298b2 100644 --- a/examples/guestbook/guestbook.md +++ b/examples/guestbook/guestbook.md @@ -219,4 +219,6 @@ if (isset($_GET['cmd']) === true) { } ?> ``` -To play with the service itself, find the name of a frontend, grab the external IP of that host from the Google Cloud Console, and visit http://<host-ip>:8080. Note, you may need to open the firewall for port 8080 using the console or the gcloud tool. +To play with the service itself, find the name of a frontend, grab the external IP of that host from the [Google Cloud Console][cloud-console], and visit `http://:8080`. Note, you may need to open the firewall for port 8080 using the [console][cloud-console] or the `gcloud` tool. + +[cloud-console]: https://console.developer.google.com