Skip to content

Commit 2b9f0b4

Browse files
authored
docs(readme): replace refs to Gatsby Cloud (#39153)
1 parent 0f8b101 commit 2b9f0b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -69,23 +69,23 @@ Gatsby helps professional developers efficiently create maintainable, highly-per
6969

7070
- **Use a Modern Stack for Every Site.** No matter where the data comes from, Gatsby sites are built using React and GraphQL. Build a uniform workflow for you and your team, regardless of whether the data is coming from the same backend.
7171

72-
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/) and other similar services.
72+
- **Host at Scale for Pennies.** Gatsby sites don’t require servers, so you can host your entire site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be hosted entirely free on [Netlify](https://www.netlify.com/) and other similar services.
7373

7474
- **Use Gatsby's Centralized Data Layer Everywhere.** With Gatsby's [Valhalla Content Hub](https://www.gatsbyjs.com/products/valhalla-content-hub/) you can bring Gatsby's data layer to any project. Making it accessible via a unified GraphQL API for building content sites, eCommerce platforms, and both native and web applications.
7575

7676
[**Learn how to use Gatsby for your next project.**](https://www.gatsbyjs.com/docs/)
7777

7878
## 🚀 Ship your first Gatsby site in 5 Minutes
7979

80-
Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Gatsby Cloud.
80+
Click the link below to quickly try the workflow of developing, building, and deploying websites with Gatsby and Netlify.
8181

82-
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
82+
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-blog&utm_source=github&utm_medium=link&utm_campaign=onboarding&utm_content=oss)
8383

8484
At the end of this process, you'll have
8585

86-
1. a site working on Gatsby Cloud
86+
1. a site working on Netlify
8787
2. a new repository that is linked to that new site
88-
3. as you push changes to your new repository, Gatsby Cloud will automatically rebuild and redeploy your site!
88+
3. as you push changes to your new repository, Netlify will automatically rebuild and redeploy your site!
8989

9090
## 💻 Get started with Gatsby locally in 5 Minutes
9191

0 commit comments

Comments
 (0)