mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Open welcome links in new tabs instead of taking the user away from their running app (#6990)
This commit is contained in:
committed by
Sashko Stubailo
parent
233b24ed33
commit
eec2667ff6
@@ -17,9 +17,9 @@
|
||||
<template name="info">
|
||||
<h2>Learn Meteor!</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.meteor.com/try">Do the Tutorial</a></li>
|
||||
<li><a href="http://guide.meteor.com">Follow the Guide</a></li>
|
||||
<li><a href="https://docs.meteor.com">Read the Docs</a></li>
|
||||
<li><a href="https://forums.meteor.com">Discussions</a></li>
|
||||
<li><a href="https://www.meteor.com/try" target="_blank">Do the Tutorial</a></li>
|
||||
<li><a href="http://guide.meteor.com" target="_blank">Follow the Guide</a></li>
|
||||
<li><a href="https://docs.meteor.com" target="_blank">Read the Docs</a></li>
|
||||
<li><a href="https://forums.meteor.com" target="_blank">Discussions</a></li>
|
||||
</ul>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user