Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gatsby-contentful-plugin README #38480

Merged
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ npm install gatsby-source-contentful gatsby-plugin-image

## Setup Instructions

To get setup quickly with a new site and have Gatsby Cloud do the heavy lifting, [deploy a new Gatsby Contentful site with just a few clicks on gatsbyjs.com](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/contentful/starter-gatsby-blog).
To get setup quickly with a new site and have Netlify do the heavy lifting, [deploy a new Gatsby Contentful site with just a few clicks on netlify.com](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nextjs-blog-theme).
stephan1echung marked this conversation as resolved.
Show resolved Hide resolved

For more detailed instructions on manually configuring your Gatsby Contentful site for production builds and Preview builds visit [the Gatsby Cloud knowledgebase](https://support.gatsbyjs.com/hc/en-us/articles/360056047134-Add-the-Gatsby-Cloud-App-to-Contentful).
For more detailed instructions on manually configuring your Gatsby Contentful site for production builds and Preview builds visit the [Netlify docs](https://docs.netlify.com).
stephan1echung marked this conversation as resolved.
Show resolved Hide resolved

## How to use

Expand Down