From 1fcb67bc91b6fde1c2be4f98feef9bdccc0d1114 Mon Sep 17 00:00:00 2001 From: Sean Hayes Date: Sat, 14 Jan 2023 17:45:35 +0100 Subject: [PATCH] Fixes vue tutorial link --- tools/static-assets/skel-vue/server/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/static-assets/skel-vue/server/main.js b/tools/static-assets/skel-vue/server/main.js index 44f7bc045b..e5ef48eccc 100644 --- a/tools/static-assets/skel-vue/server/main.js +++ b/tools/static-assets/skel-vue/server/main.js @@ -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({