From 254024df7c4a655a269e3e49c0a600716f1aedee Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Tue, 10 Nov 2015 16:43:22 +0000 Subject: Update links to dashboard -- MOS_MIGRATED_REVID=107489711 --- site/blog/_posts/2015-07-29-dashboard-dogfood.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'site/blog') 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. -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). -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 -- cgit v1.2.3