From e24801ad7f195e4982979c816e4d9bf550c870cb Mon Sep 17 00:00:00 2001
From: sreehari-sj23 <76862715+sreehari-sj23@users.noreply.github.com>
Date: Sat, 2 Jan 2021 13:04:54 +0530
Subject: [PATCH] Changed .org to .com
---
packages/gatsby/README.md | 42 +++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/packages/gatsby/README.md b/packages/gatsby/README.md
index b0a748a3f5390..ef5f11a3e550f 100644
--- a/packages/gatsby/README.md
+++ b/packages/gatsby/README.md
@@ -1,5 +1,5 @@
-
+
@@ -27,23 +27,23 @@
-
+
- Quickstart
+ Quickstart
·
- Tutorial
+ Tutorial
·
- Plugins
+ Plugins
·
- Starters
+ Starters
·
- Showcase
+ Showcase
·
- Contribute
+ Contribute
·
Support: Twitter
&
@@ -72,7 +72,7 @@ Gatsby is a modern framework for blazing fast websites.
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
hosted entirely free on services like GitHub Pages and Netlify.
-[**Learn how to use Gatsby for your next project.**](https://gatsbyjs.org/docs/)
+[**Learn how to use Gatsby for your next project.**](https://gatsbyjs.com/docs/)
## What’s In This Document
@@ -108,40 +108,40 @@ You can get a new Gatsby site up and running on your local dev environment in 5
Your site is now running at `http://localhost:8000`. Open the `my-blazing-fast-site` directory in your code editor of choice and edit `src/pages/index.js`. Save your changes and the browser will update in real time!
-At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our [plugins](https://gatsbyjs.org/plugins/) and [the official tutorial](https://gatsbyjs.org/tutorial/).
+At this point, you’ve got a fully functional Gatsby website. For additional information on how you can customize your Gatsby site, see our [plugins](https://gatsbyjs.com/plugins/) and [the official tutorial](https://gatsbyjs.com/tutorial/).
## 🎓 Learning Gatsby
-Full documentation for Gatsby lives [on the website](https://gatsbyjs.org/).
+Full documentation for Gatsby lives [on the website](https://gatsbyjs.com/).
-- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://gatsbyjs.org/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.
+- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://gatsbyjs.com/tutorial/).** It starts with zero assumptions about your level of ability and walks through every step of the process.
-- **To dive straight into code samples head [to our documentation](https://gatsbyjs.org/docs/).** In particular, check out the “Guides”, API reference, and “Advanced Tutorials” sections in the sidebar.
+- **To dive straight into code samples head [to our documentation](https://gatsbyjs.com/docs/).** In particular, check out the “Guides”, API reference, and “Advanced Tutorials” sections in the sidebar.
-We welcome suggestions for improving our docs. See the [“how to contribute”](https://gatsbyjs.org/contributing/how-to-contribute/) documentation for more details.
+We welcome suggestions for improving our docs. See the [“how to contribute”](https://gatsbyjs.com/contributing/how-to-contribute/) documentation for more details.
-**Start Learning Gatsby: [Follow the Tutorial](https://gatsbyjs.org/tutorial/) · [Read the Docs](https://gatsbyjs.org/docs/)**
+**Start Learning Gatsby: [Follow the Tutorial](https://gatsbyjs.com/tutorial/) · [Read the Docs](https://gatsbyjs.com/docs/)**
## 💼 Migration Guides
Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v2 to your site without starting from scratch!
-- [Migrate a Gatsby site from v1 to v2](https://gatsbyjs.org/docs/migrating-from-v1-to-v2/)
-- Still on v0? Start here: [Migrate a Gatsby site from v0 to v1](https://gatsbyjs.org/docs/migrating-from-v0-to-v1/)
+- [Migrate a Gatsby site from v1 to v2](https://gatsbyjs.com/docs/migrating-from-v1-to-v2/)
+- Still on v0? Start here: [Migrate a Gatsby site from v0 to v1](https://gatsbyjs.com/docs/migrating-from-v0-to-v1/)
## 🤝 How to Contribute
Whether you're helping us fix bugs, improve the docs, or spread the word, we'd love to have you as part of the Gatsby community! :muscle::purple_heart:
-Check out our [contributor onboarding docs](https://gatsbyjs.org/contributing/how-to-contribute/) for ideas on contributing and setup steps for getting our repos up and running on your local machine.
+Check out our [contributor onboarding docs](https://gatsbyjs.com/contributing/how-to-contribute/) for ideas on contributing and setup steps for getting our repos up and running on your local machine.
-[**Read the Contributing Guide**](https://gatsbyjs.org/contributing/how-to-contribute/)
+[**Read the Contributing Guide**](https://gatsbyjs.com/contributing/how-to-contribute/)
### Code of Conduct
-Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our [Code of Conduct](https://gatsbyjs.org/contributing/code-of-conduct/). Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜
+Gatsby is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the Gatsby community to abide by our [Code of Conduct](https://gatsbyjs.com/contributing/code-of-conduct/). Please read it. Please follow it. In the Gatsby community, we work hard to build each other up and create amazing things together. 💪💜
-[**Read the Code of Conduct**](https://gatsbyjs.org/contributing/code-of-conduct/)
+[**Read the Code of Conduct**](https://gatsbyjs.com/contributing/code-of-conduct/)
### A note on how this repository is organized