Skip to content

Commit

Permalink
update product link for 'en' locale (#6121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganicke authored Oct 16, 2023
1 parent f96c9f9 commit feb12b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
```
Expand Down
2 changes: 1 addition & 1 deletion targetconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
],
Expand Down

0 comments on commit feb12b8

Please sign in to comment.