[cipd] Fix link for detachtags doc
Change-Id: I139bbe4a2acf9d2ae1b3062d4c5c30d7f8b51a8c
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/447192
Commit-Queue: Eric Boren <borenet@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
Auto-Submit: Eric Boren <borenet@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
diff --git a/infra/bots/task_drivers/build_and_deploy_cipd/build_and_deploy_cipd.go b/infra/bots/task_drivers/build_and_deploy_cipd/build_and_deploy_cipd.go
index 973e3a2..2efa338 100644
--- a/infra/bots/task_drivers/build_and_deploy_cipd/build_and_deploy_cipd.go
+++ b/infra/bots/task_drivers/build_and_deploy_cipd/build_and_deploy_cipd.go
@@ -226,7 +226,7 @@
return skerr.Fmt("Found existing instance %s of package %s with tag %s", found[0].InstanceID, pkg.cipdPkgPath, tag)
}
if len(found) > 1 {
- return skerr.Fmt("Found more than one instance of package %s with tag %s. This may result in failure to retrieve the package by tag due to ambiguity. Please contact the current infra gardener to investigate. To detach tags, see https://g3doc.corp.google.com/company/teams/chrome/ops/luci/cipd.md#detachtags", pkg.cipdPkgPath, tag)
+ return skerr.Fmt("Found more than one instance of package %s with tag %s. This may result in failure to retrieve the package by tag due to ambiguity. Please contact the current infra gardener to investigate. To detach tags, see http://go/luci-cipd#detachtags", pkg.cipdPkgPath, tag)
}
}
return cipdClient.Attach(ctx, pkg.pin, *refs, *tags, metadataMap)