diff options
| author | Robert Griesemer <gri@golang.org> | 2013-03-19 12:49:46 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2013-03-19 12:49:46 -0700 |
| commit | ddddd70cd2ea6f85612fef5f2d2ab3ad0ef47033 (patch) | |
| tree | 4784bd18daf088b3030ccbf802c9580c53da9a60 | |
| parent | b4f3533c92dc59f22bbddbc5b73a1575ce6f7f8b (diff) | |
| download | go-ddddd70cd2ea6f85612fef5f2d2ab3ad0ef47033.tar.xz | |
misc/dashboard: show correct dir name in README
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7909043
| -rw-r--r-- | misc/dashboard/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dashboard/README b/misc/dashboard/README index c00311ef76..d599f3d063 100644 --- a/misc/dashboard/README +++ b/misc/dashboard/README @@ -4,8 +4,8 @@ The files in this directory constitute the continuous builder: -godashboard/: an AppEngine server -builder/: gobuilder, a Go continuous build client +app/: an AppEngine server +builder/: gobuilder, a Go continuous build client If you wish to run a Go builder, please email golang-dev@googlegroups.com |
