From eb718567334d9118497772d20099f6ef90ec318f Mon Sep 17 00:00:00 2001 From: David Hill Date: Wed, 4 Mar 2026 13:05:19 +0000 Subject: [PATCH] docs: send Go landing page links to Go docs --- packages/console/app/src/routes/go/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/console/app/src/routes/go/index.tsx b/packages/console/app/src/routes/go/index.tsx index abcd2a94a..74da24832 100644 --- a/packages/console/app/src/routes/go/index.tsx +++ b/packages/console/app/src/routes/go/index.tsx @@ -178,7 +178,7 @@ export default function Home() { [1]
{i18n.t("go.how.step1.title")} - {i18n.t("go.how.step1.beforeLink")}{" "} - + {i18n.t("go.how.step1.link")}
@@ -187,7 +187,7 @@ export default function Home() { [2]
{i18n.t("go.how.step2.title")} -{" "} - {i18n.t("go.how.step2.link")}{" "} + {i18n.t("go.how.step2.link")}{" "} {i18n.t("go.how.step2.afterLink")}