8000 Updating README.md and config.js with minor changes · vuejsadmin/30-days-of-vue@0063567 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0063567

Browse files
committed
Updating README.md and config.js with minor changes
1 parent 3f5d97c commit 0063567

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
An Introduction to Vue - in 30 Bite-Size Morsels. Written by the authors of <a href="https://fullstack.io/vue">Fullstack Vue</a></a>
99
</p>
1010
<p align="center">
11-
<a href="https://app.monstercampaigns.com/c/opsh28ygz42xhvtlq4vd/">
11+
<a href="https://fullstack.io/30-days-of-vue">
1212
<img src="./images/download-button.png" width="484" height="83" />
1313
</a>
1414
</p>

config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
permalink: '/30-days-of-vue',
66
subtitle: `A free introduction to Vue in 30 bite-size morsels`,
77
gitRepoHttpUrl:
8-
'https://gitlab.com/fullstackio/thirty-days-of-vue/blob/master',
8+
'https://github.com/fullstackio/30-days-of-vue/blob/master',
99
heroLogoUrl: './images/vue-logo.png',
1010
heroPhotoUrl: './images/cover-image-sebastian-unrau-47679-unsplash.jpg',
1111
paperBookPhotoUrl: './images/30-days-of-vue-hardcover.jpg',
@@ -26,7 +26,7 @@ module.exports = {
2626
2727
In this series, we're starting from the very basics and walk through everything you need to know to get started with Vue. If you've ever wanted to learn Vue, this is the place to start!
2828
`,
29-
pdfLength: '358+',
29+
pdfLength: '330+',
3030
faq: [
3131
{
3232
q: 'What is this?',
@@ -36,7 +36,7 @@ module.exports = {
3636
{
3737
q: 'What if I get stuck?',
3838
a:
39-
"Just [send us an email](us@fullstack.io) and we'll be happy to help you get unstuck.",
39+
"Just [send us an email](vue@fullstack.io) and we'll be happy to help you get unstuck.",
4040
},
4141
{
4242
q: 'Who wrote this?',

0 commit comments

Comments
 (0)
0