From ccf4933167159661a40ed4906a29ade371d4c4d3 Mon Sep 17 00:00:00 2001 From: Stewart-YU Date: Sat, 21 Oct 2017 12:23:08 +0800 Subject: [PATCH] Update openstack-heat.md The url no need. just highlight. --- docs/getting-started-guides/openstack-heat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 96a6a60a67..1f9a673820 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -168,7 +168,7 @@ Once the nginx pod is running, use the port-forward command to set up a proxy fr ./cluster/kubectl.sh port-forward nginx 8888:80 ``` -You should now see nginx on [http://localhost:8888](). +You should now see nginx on `http://localhost:8888`. For more complex examples please see the [examples directory](https://github.com/kubernetes/examples/tree/{{page.githubbranch}}/).