mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fixes vue tutorial link
This commit is contained in:
@@ -10,7 +10,7 @@ Meteor.startup(async () => {
|
||||
if ((await LinksCollection.find().countAsync()) === 0) {
|
||||
await insertLink({
|
||||
title: 'Do the Tutorial',
|
||||
url: 'https://www.solidjs.com/tutorial/introduction_basics',
|
||||
url: 'https://vuejs.org/guide/quick-start.html',
|
||||
})
|
||||
|
||||
await insertLink({
|
||||
|
||||
Reference in New Issue
Block a user