tools/cts: Fix link in authentication error

Change-Id: I035c43fb51728792135c269cd558c9838741f4f3
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/125320
Commit-Queue: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Kokoro: James Price <jrprice@google.com>
diff --git a/tools/src/gerrit/gerrit.go b/tools/src/gerrit/gerrit.go
index 23cb0d3..8633afb 100644
--- a/tools/src/gerrit/gerrit.go
+++ b/tools/src/gerrit/gerrit.go
@@ -282,7 +282,7 @@
 func (g *Gerrit) maybeWrapError(err error) error {
 	if err != nil && !g.authenticated {
 		return fmt.Errorf(`query failed, possibly because of authentication.
-See https://dawn-review.googlesource.com/new-password for obtaining a username
+See https://dawn.googlesource.com/new-password for obtaining a username
 and password which can be provided with --gerrit-user and --gerrit-pass.
 Note: This tool will scan ~/.gitcookies for credentials.
 %w`, err)