Skip to content

Commit 7227e8b

Browse files
committed
console: Fix link
1 parent ff08e04 commit 7227e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section

pkg/webui/console/containers/gateway-onboarding-form/gateway-provisioning-form/gateway-claim-form-section/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const GatewayClaimFormSection = () => {
108108
Link: val => (
109109
<Link.Anchor
110110
secondary
111-
href={`${smUrl}/docs/hardware/gateways/models/thethingsindoorgatewaypro/#finding-your-owner-token`}
111+
href="https://www.thethingsindustries.com/docs/hardware/gateways/models/thethingsindoorgatewaypro/#finding-your-owner-token"
112112
external
113113
>
114114
{val}

0 commit comments

Comments
 (0)