Skip to content

Commit 6538dd1

Browse files
committedDec 23, 2014
dashboard/app: fix the broke-the-build commit URL
Change-Id: I153211b2609b18210227f0cd805bd4b52df83ecb Reviewed-on: https://go-review.googlesource.com/2056 Reviewed-by: Andrew Gerrand <adg@golang.org>
1 parent 575b88b commit 6538dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dashboard/app/build/notify.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ http://{{.Hostname}}/log/{{.LogHash}}
33

44
{{.Commit.Desc}}
55

6-
http://code.google.com/p/go/source/detail?r={{shortHash .Commit.Hash}}
6+
https://golang.org/change/{{shortHash .Commit.Hash}}
77

88
$ tail -200 < log
99
{{printf "%s" .LogText | tail 200}}

0 commit comments

Comments
 (0)