diff --git a/docs/hardware.md b/docs/hardware.md index 798fa08046..da03e07ab9 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 f7e8837c29..0552555089 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" } ],