Skip to content

Commit 477b67a

Browse files
authored
Update quickstart URLs (#1803)
1 parent 228e50b commit 477b67a

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,6 @@ We believe that these components should be enough to cover usage in nearly all s
219219

220220
A picture is worth a thousand words. Using graphics such as images in guides and documentation can really help the reader understand new concepts, if you'd like to include images, or any other static asset, you should follow this advice.
221221

222-
All static assets should be filed under `public/static` along with their type, docs or guide, and if specific to a particular page, the name of that page. For example, `public/static/guides/deploying-angular-with-now` would be the place to store static assets for a guide on deploying Angular with Vercel.
222+
All static assets should be filed under `public/static` along with their type, docs or guide, and if specific to a particular page, the name of that page. For example, `public/static/guides/deploying-angular-with-vercel` would be the place to store static assets for a guide on deploying Angular with Vercel.
223223

224224
By following this convention, you will be helping us keep this repository organized and easy to find things within, making life easier for everyone.

Diff for: lib/data/v2/quickstarts.js

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
export const quickstarts = [
22
{
33
name: 'Next.js',
4-
href: '/guides/deploying-nextjs-with-now',
4+
href: '/guides/deploying-nextjs-with-vercel',
55
icons: `${process.env.ASSETS}/topics/icons/next.svg`,
66
example: 'nextjs',
77
demo: 'https://nextjs.now-examples.now.sh'
88
},
99
{
1010
name: 'Gatsby',
11-
href: '/guides/deploying-gatsby-with-now',
11+
href: '/guides/deploying-gatsby-with-vercel',
1212
icons: `${process.env.ASSETS}/topics/icons/gatsby.svg`,
1313
example: 'gatsby',
1414
demo: 'https://gatsby.now-examples.now.sh'
1515
},
1616
{
1717
name: 'Vue.js',
18-
href: '/guides/deploying-vuejs-to-now/',
18+
href: '/guides/deploying-vuejs-to-vercel',
1919
icons: `${process.env.ASSETS}/topics/icons/vue.svg`,
2020
example: 'vue',
2121
demo: 'https://vue.now-examples.now.sh'
2222
},
2323
{
2424
name: 'Svelte',
25-
href: '/guides/deploying-svelte-with-zeit-now',
25+
href: '/guides/deploying-svelte-with-vercel',
2626
icons: `${process.env.ASSETS}/topics/icons/svelte.svg`,
2727
example: 'svelte',
2828
demo: 'https://svelte.now-examples.now.sh'
2929
},
3030
{
3131
name: 'Create React App',
32-
href: '/guides/deploying-react-with-now-cra/',
32+
href: '/guides/deploying-react-with-vercel-cra/',
3333
icons: {
3434
src: `${process.env.ASSETS}/topics/icons/react.svg`,
3535
color: '#20232a'
@@ -39,21 +39,21 @@ export const quickstarts = [
3939
},
4040
{
4141
name: 'Angular',
42-
href: '/guides/deploying-angular-with-now/',
42+
href: '/guides/deploying-angular-with-vercel',
4343
icons: `${process.env.ASSETS}/topics/icons/angular.svg`,
4444
example: 'angular',
4545
demo: 'https://angular.now-examples.now.sh'
4646
},
4747
{
4848
name: 'Ember.js',
49-
href: '/guides/deploying-ember-with-zeit-now',
49+
href: '/guides/deploying-ember-with-vercel',
5050
icons: `${process.env.ASSETS}/topics/icons/ember.svg`,
5151
example: 'ember',
5252
demo: 'https://ember.now-examples.now.sh'
5353
},
5454
{
5555
name: 'Hugo',
56-
href: '/guides/deploying-hugo-with-now/',
56+
href: '/guides/deploying-hugo-with-vercel',
5757
icons: {
5858
src: `${process.env.ASSETS}/topics/icons/hugo.svg`,
5959
color: '#0a1921'
@@ -63,14 +63,14 @@ export const quickstarts = [
6363
},
6464
{
6565
name: 'Preact',
66-
href: '/guides/deploying-preact-with-zeit-now',
66+
href: '/guides/deploying-preact-with-vercel',
6767
icons: `${process.env.ASSETS}/topics/icons/preact.svg`,
6868
example: 'preact',
6969
demo: 'https://preact.now-examples.now.sh'
7070
},
7171
{
7272
name: 'Docusaurus',
73-
href: '/guides/deploying-docusaurus-with-zeit-now',
73+
href: '/guides/deploying-docusaurus-with-vercel',
7474
icons: {
7575
src: `${process.env.ASSETS}/topics/icons/docusaurus.svg`,
7676
color: '#2b3137'
@@ -80,7 +80,7 @@ export const quickstarts = [
8080
},
8181
{
8282
name: 'Gridsome',
83-
href: '/guides/deploying-gridsome-with-zeit-now',
83+
href: '/guides/deploying-gridsome-with-vercel',
8484
icons: {
8585
src: `${process.env.ASSETS}/topics/icons/gridsome.svg`,
8686
color: '#0d2538'
@@ -90,21 +90,21 @@ export const quickstarts = [
9090
},
9191
{
9292
name: 'Nuxt.js',
93-
href: '/guides/deploying-nuxtjs-with-zeit-now',
93+
href: '/guides/deploying-nuxtjs-with-vercel',
9494
icons: `${process.env.ASSETS}/topics/icons/nuxt.svg`,
9595
example: 'nuxtjs',
9696
demo: 'https://nuxtjs.now-examples.now.sh'
9797
},
9898
{
9999
name: 'Eleventy',
100-
href: '/guides/deploying-eleventy-with-zeit-now',
100+
href: '/guides/deploying-eleventy-with-vercel',
101101
icons: `${process.env.ASSETS}/topics/icons/eleventy.svg`,
102102
example: 'eleventy',
103103
demo: 'https://eleventy.now-examples.now.sh'
104104
},
105105
{
106106
name: 'Hexo',
107-
href: '/guides/deploying-hexo-with-zeit-now',
107+
href: '/guides/deploying-hexo-with-vercel',
108108
icons: `${process.env.ASSETS}/topics/icons/hexo.svg`,
109109
example: 'hexo',
110110
demo: 'https://hexo.now-examples.now.sh'

0 commit comments

Comments
 (0)