Skip to content

Commit

Permalink
Merge pull request kubernetes#4611 from yujuhong/fixuidoc
Browse files Browse the repository at this point in the history
Fix the command in ui.md
  • Loading branch information
saad-ali committed Feb 19, 2015
2 parents c99a37d + 1e0a2eb commit 1ab93f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Kubernetes currently supports a simple web user interface.
Start the server:

```sh
cluster/kubectl.sh proxy -www=$PWD/www
cluster/kubectl.sh proxy --www=$PWD/www
```

The UI should now be running on [localhost](http://localhost:8001/static/index.html#/groups//selector)
Expand Down

0 comments on commit 1ab93f8

Please sign in to comment.