new_variant: update boxster bug link

The bug component for requesting a new repo has moved. Update the
link, and include a go/ link for those who can use it.

BUG=None
TEST=Review the docs and the message that the code prints

Change-Id: I83fd2d4bb01a18d41966f6546d6eb86720504ac0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/2885199
Tested-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Na Wei <nawei@chromium.org>
Reviewed-by: Andrew Lamb <andrewlamb@chromium.org>
Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org>
diff --git a/contrib/variant/doc/dedede.md b/contrib/variant/doc/dedede.md
index d5a5a9c..554b107 100644
--- a/contrib/variant/doc/dedede.md
+++ b/contrib/variant/doc/dedede.md
@@ -22,8 +22,9 @@
 
 A gerrit administrator must create the project configuration repository before
 you can begin the process to create a new variant of Dedede. Please file a bug
-in [Infra > ChromeOS > Product > Device](https://bugs.chromium.org/p/chromium/issues/list?q=component:Infra%3EChromeOS%3EProduct%3EDevice)
-to have the project configuration updated.
+to have the project configuration updated using
+[go/cros-boxster-bug](go/cros-boxster-bug) or
+https://b.corp.google.com/issues/new?component=167276&template=1022133.
 
 This example shows how to create the "Acro" variant of the Waddledee
 reference board. Note that there is no project configuration repository
diff --git a/contrib/variant/doc/puff.md b/contrib/variant/doc/puff.md
index ec5d242..f3a0223 100644
--- a/contrib/variant/doc/puff.md
+++ b/contrib/variant/doc/puff.md
@@ -18,8 +18,9 @@
 
 A gerrit administrator must create the project configuration repository before
 you can begin the process to create a new variant of Puff. Please file a bug
-in [Infra > ChromeOS > Product > Device](https://bugs.chromium.org/p/chromium/issues/list?q=component:Infra%3EChromeOS%3EProduct%3EDevice)
-to have the project configuration updated.
+to have the project configuration updated using
+[go/cros-boxster-bug](go/cros-boxster-bug) or
+https://b.corp.google.com/issues/new?component=167276&template=1022133.
 
 This example shows how to create the "Wyvern" variant of the Puff reference
 board. Since Wyvern is a real product, unlike Gnastygnorc (Volteer), Acro
diff --git a/contrib/variant/doc/volteer.md b/contrib/variant/doc/volteer.md
index 6007110..39a2b7d 100644
--- a/contrib/variant/doc/volteer.md
+++ b/contrib/variant/doc/volteer.md
@@ -44,8 +44,9 @@
 
 A gerrit administrator must create the project configuration repository before
 you can begin the process to create a new variant of Volteer. Please file a bug
-in [Infra > ChromeOS > Product > Device](https://bugs.chromium.org/p/chromium/issues/list?q=component:Infra%3EChromeOS%3EProduct%3EDevice)
-to have the project configuration updated.
+to have the project configuration updated using
+[go/cros-boxster-bug](go/cros-boxster-bug) or
+https://b.corp.google.com/issues/new?component=167276&template=1022133.
 
 This example shows how to create the "Gnastygnorc" variant of the Volteer
 reference board. Note that there is no project configuration repository
diff --git a/contrib/variant/doc/zork.md b/contrib/variant/doc/zork.md
index 22a4cff..fda5edc 100644
--- a/contrib/variant/doc/zork.md
+++ b/contrib/variant/doc/zork.md
@@ -26,8 +26,9 @@
 
 A gerrit administrator must create the project configuration repository before
 you can begin the process to create a new variant of Zork. Please file a bug
-in [Infra > ChromeOS > Product > Device](https://bugs.chromium.org/p/chromium/issues/list?q=component:Infra%3EChromeOS%3EProduct%3EDevice)
-to have the project configuration updated.
+to have the project configuration updated using
+[go/cros-boxster-bug](go/cros-boxster-bug) or
+https://b.corp.google.com/issues/new?component=167276&template=1022133.
 
 This example shows how to create the "Grue" variant of the Trembyle
 reference board. Note that there is no project configuration repository
diff --git a/contrib/variant/new_variant.py b/contrib/variant/new_variant.py
index 4a9426a..d62cd91 100755
--- a/contrib/variant/new_variant.py
+++ b/contrib/variant/new_variant.py
@@ -686,10 +686,11 @@
 
     except RuntimeError as e:
         logging.error(str(e))
-        logging.error('Please file a bug in Infra > ChromeOS > Product > Device'
+        logging.error('Please file a bug in ChromeOS > Infra'
                       ' to have the project configuration updated.')
-        logging.error('(https://bugs.chromium.org/p/chromium/issues/list?'
-                      'q=component:Infra%3EChromeOS%3EProduct%3EDevice)')
+        logging.error('(go/cros-boxster-bug or '
+                      'https://b.corp.google.com/issues/new?'
+                      'component=167276&template=1022133)')
         return False
 
     return True