Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
update onboarding links to new homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Van de Sande committed Mar 4, 2016
1 parent 32093d0 commit ff97414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/client/templates/popupWindows/onboardingScreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h6 class="address"> {{TemplateVar.get "newAccount"}} </h6>
<h1> {{i18n "mist.popupWindows.onboarding.learnIt"}} </h1>
<div class="col col-6 col-left">
{{{i18n "mist.popupWindows.onboarding.tutorial1Description"}}}
<p><a href="https://blog.ethereum.org/2015/12/03/how-to-build-your-own-cryptocurrency/" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
<p><a href="https://www.ethereum.org/token" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
</div>
<div class="col col-6 tutorial-token"></div>
<div class="col col-12 footer-buttons">
Expand All @@ -100,7 +100,7 @@ <h1> {{i18n "mist.popupWindows.onboarding.learnIt"}} </h1>
<h1> {{i18n "mist.popupWindows.onboarding.learnIt"}} </h1>
<div class="col col-6 col-left">
{{{i18n "mist.popupWindows.onboarding.tutorial3Description"}}}
<p><a href="https://blog.ethereum.org/2015/12/04/ethereum-in-practice-part-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code/" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
<p><a href="https://www.ethereum.org/dao" class="button" target="_blank">{{i18n "mist.popupWindows.onboarding.buttons.learnReceipt"}}</a></p>
</div>
<div class="col col-6 tutorial-dao"></div>
<div class="col col-12 footer-buttons">
Expand Down

0 comments on commit ff97414

Please sign in to comment.