Skip to content

Commit 8c626d6

Browse files
authored
Make the dashboard URL a clickable link
1 parent 72f0d1d commit 8c626d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ You can access Dashboard using the kubectl command-line tool by running the foll
5555
kubectl proxy
5656
```
5757

58-
Kubectl will make Dashboard available at http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/.
58+
Kubectl will make Dashboard available at [http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/](http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/).
5959

6060
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
6161

0 commit comments

Comments
 (0)