From feb12b8aaa07c5d0916ed18b4f06d6f28048a241 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Mon, 16 Oct 2023 15:49:11 -0700 Subject: [PATCH] update product link for 'en' locale (#6121) --- docs/hardware.md | 2 +- targetconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hardware.md b/docs/hardware.md index 798fa080464..da03e07ab9d 100644 --- a/docs/hardware.md +++ b/docs/hardware.md @@ -92,7 +92,7 @@ These boards run MakeCode Arcade games. They are based on our guidelines, adhere "name": "micro:bit Game:Bit Shield", "description": "Use the micro:bit with an expansion board from iCShop", "imageUrl": "/static/hardware/bit-shield.png", - "url": "https://www.icshop.com.tw/products/368112100137" + "url": "https://www.icshop.com.tw/products/368112100137?locale=en" } ] ``` diff --git a/targetconfig.json b/targetconfig.json index 760b2f8f041..510d61dbdd9 100644 --- a/targetconfig.json +++ b/targetconfig.json @@ -340,7 +340,7 @@ "name": "micro:bit Game:Bit Shield", "description": "Use the micro:bit with an expansion board from iCShop", "imageUrl": "/static/hardware/bit-shield.png", - "url": "https://www.icshop.com.tw/products/368112100137", + "url": "https://www.icshop.com.tw/products/368112100137?locale=en", "variant": "hw---n3" } ],