From 6538dd105dbffa58b4fbb14aa249939de31c7612 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 22 Dec 2014 20:57:12 -0800 Subject: [PATCH] dashboard/app: fix the broke-the-build commit URL Change-Id: I153211b2609b18210227f0cd805bd4b52df83ecb Reviewed-on: https://go-review.googlesource.com/2056 Reviewed-by: Andrew Gerrand --- dashboard/app/build/notify.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/app/build/notify.txt b/dashboard/app/build/notify.txt index 514191f5ca..438d5e8c4b 100644 --- a/dashboard/app/build/notify.txt +++ b/dashboard/app/build/notify.txt @@ -3,7 +3,7 @@ http://{{.Hostname}}/log/{{.LogHash}} {{.Commit.Desc}} -http://code.google.com/p/go/source/detail?r={{shortHash .Commit.Hash}} +https://golang.org/change/{{shortHash .Commit.Hash}} $ tail -200 < log {{printf "%s" .LogText | tail 200}}