mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #1415 from St19Galla/patch-2
Fix gh-1410: Correct "Tips" Page Link
This commit is contained in:
commit
7d9b6fc5d8
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ var Tips = injectIntl(React.createClass({
|
|||
</Button>
|
||||
</a>
|
||||
<a
|
||||
href="https://www.amazon.com/Scratch-Coding-Cards-Creative-Activities/dp/1593277741/ref=sr_1_1?ie=UTF8&qid=1494450316&sr=8-1&keywords=scratch+cards"
|
||||
href="https://scratch-foundation.myshopify.com/collections/all-products/products/scratch-coding-cards-creative-coding-activities-for-kids"
|
||||
target="_blank">
|
||||
<Button className="tips-button purchase-button">
|
||||
<FormattedMessage id="tips.cardsPurchase"/>
|
||||
|
|
Loading…
Reference in a new issue