aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-11-10 16:43:22 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2015-11-11 13:07:23 +0000
commit254024df7c4a655a269e3e49c0a600716f1aedee (patch)
treeaaa248c946269084ef97d22aaa6b06c2af0e18f2 /site/blog
parent3018f67f7729c7fc29f2de0498047d93a4fcf45c (diff)
Update links to dashboard
-- MOS_MIGRATED_REVID=107489711
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/_posts/2015-07-29-dashboard-dogfood.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/blog/_posts/2015-07-29-dashboard-dogfood.md b/site/blog/_posts/2015-07-29-dashboard-dogfood.md
index b71421aa63..531817d31c 100644
--- a/site/blog/_posts/2015-07-29-dashboard-dogfood.md
+++ b/site/blog/_posts/2015-07-29-dashboard-dogfood.md
@@ -10,9 +10,9 @@ free to give it a try.
<img src="/assets/dash.png" class="img-responsive" style="width: 800px; border: 1px solid black;"/>
-First, you'll need to update your bazel (`git pull` and rerun `./compile.sh`).
+First, you'll need to download or clone [the dashboard project](https://github.com/bazelbuild/dash).
-Run `bazel build //src/tools/dash && bazel-bin/src/tools/dash/dash` and add
+Run `bazel build :dash && bazel-bin/dash` and add
this line to your `~/.bazelrc`:
```
@@ -28,7 +28,7 @@ http://localhost:8080/ (each build will print a unique URL to visit).
<img src="/assets/dash-shell.png"/>
-See [the README](https://github.com/bazelbuild/bazel/blob/master/src/tools/dash/README.md)
+See [the README](https://github.com/bazelbuild/dash/blob/master/README.md)
for documentation.
This is very much a work in progress. Please let us know if you have any