Skip to content

Commit fbee216

Browse files
authored
Fix(README.md): Changed old link gatsbyjs.org to gatsbyjs.com in README.md (#26562)
* Update README.md fixed old link (gatsbyjs.org) to gatsbyjs.com * Changed mention from gatsbyjs.org to gatsbyjs.com
1 parent 1328a97 commit fbee216

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<a href="https://gatsbyjs.org">
2+
<a href="https://gatsbyjs.com">
33
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
44
</a>
55
</p>
@@ -32,7 +32,7 @@
3232
<a href="https://npmcharts.com/compare/gatsby?minimal=true">
3333
<img src="https://img.shields.io/npm/dt/gatsby.svg" alt="Total downloads on npm." />
3434
</a>
35-
<a href="https://gatsbyjs.org/contributing/how-to-contribute/">
35+
<a href="https://gatsbyjs.com/contributing/how-to-contribute/">
3636
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
3737
</a>
3838
<a href="https://twitter.com/intent/follow?screen_name=gatsbyjs">
@@ -41,17 +41,17 @@
4141
</p>
4242

4343
<h3 align="center">
44-
<a href="https://gatsbyjs.org/docs/">Quickstart</a>
44+
<a href="https://gatsbyjs.com/docs/">Quickstart</a>
4545
<span> · </span>
46-
<a href="https://gatsbyjs.org/tutorial/">Tutorial</a>
46+
<a href="https://gatsbyjs.com/tutorial/">Tutorial</a>
4747
<span> · </span>
48-
<a href="https://gatsbyjs.org/plugins/">Plugins</a>
48+
<a href="https://gatsbyjs.com/plugins/">Plugins</a>
4949
<span> · </span>
50-
<a href="https://gatsbyjs.org/starters/">Starters</a>
50+
<a href="https://gatsbyjs.com/starters/">Starters</a>
5151
<span> · </span>
52-
<a href="https://gatsbyjs.org/showcase/">Showcase</a>
52+
<a href="https://gatsbyjs.com/showcase/">Showcase</a>
5353
<span> · </span>
54-
<a href="https://gatsbyjs.org/contributing/how-to-contribute/">Contribute</a>
54+
<a href="https://gatsbyjs.com/contributing/how-to-contribute/">Contribute</a>
5555
<span> · </span>
5656
Support: <a href="https://twitter.com/AskGatsbyJS">Twitter</a>
5757
<span> & </span>
@@ -80,7 +80,7 @@ Gatsby is a modern web framework for blazing fast websites.
8080
site on a CDN for a fraction of the cost of a server-rendered site. Many Gatsby sites can be
8181
hosted entirely free on services like GitHub Pages and Netlify.
8282

83-
[**Learn how to use Gatsby for your next project.**](https://gatsbyjs.org/docs/)
83+
[**Learn how to use Gatsby for your next project.**](https://gatsbyjs.com/docs/)
8484

8585
## What’s In This Document
8686

@@ -124,36 +124,36 @@ You can get a new Gatsby site up and running on your local dev environment in 5
124124

125125
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!
126126

127-
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/).
127+
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/).
128128

129129
## 🎓 Learning Gatsby
130130

131-
Full documentation for Gatsby lives [on the website](https://gatsbyjs.org/).
131+
Full documentation for Gatsby lives [on the website](https://gatsbyjs.com/).
132132

133-
- **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.
133+
- **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.
134134

135-
- **To dive straight into code samples head [to our documentation](https://gatsbyjs.org/docs/).** In particular, check out the “<i>Guides</i>”, “<i>API Reference</i>”, and “<i>Advanced Tutorials</i>” sections in the sidebar.
135+
- **To dive straight into code samples head [to our documentation](https://gatsbyjs.com/docs/).** In particular, check out the “<i>Guides</i>”, “<i>API Reference</i>”, and “<i>Advanced Tutorials</i>” sections in the sidebar.
136136

137-
We welcome suggestions for improving our docs. See the [“how to contribute”](https://gatsbyjs.org/contributing/how-to-contribute/) documentation for more details.
137+
We welcome suggestions for improving our docs. See the [“how to contribute”](https://gatsbyjs.com/contributing/how-to-contribute/) documentation for more details.
138138

139-
**Start Learning Gatsby: [Follow the Tutorial](https://gatsbyjs.org/tutorial/) · [Read the Docs](https://gatsbyjs.org/docs/)**
139+
**Start Learning Gatsby: [Follow the Tutorial](https://gatsbyjs.com/tutorial/) · [Read the Docs](https://gatsbyjs.com/docs/)**
140140

141141
## 💼 Migration Guides
142142

143143
Already have a Gatsby site? These handy guides will help you add the improvements of Gatsby v2 to your site without starting from scratch!
144144

145-
- [Migrate a Gatsby site from v1 to v2](https://gatsbyjs.org/docs/migrating-from-v1-to-v2/)
146-
- Still on v0? Start here: [Migrate a Gatsby site from v0 to v1](https://gatsbyjs.org/docs/migrating-from-v0-to-v1/)
145+
- [Migrate a Gatsby site from v1 to v2](https://gatsbyjs.com/docs/migrating-from-v1-to-v2/)
146+
- Still on v0? Start here: [Migrate a Gatsby site from v0 to v1](https://gatsbyjs.com/docs/migrating-from-v0-to-v1/)
147147

148148
## ❗ Code of Conduct
149149

150-
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. 💪💜
150+
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. 💪💜
151151

152152
## 🤝 How to Contribute
153153

154154
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:
155155

156-
Check out our [**Contributing Guide**](https://gatsbyjs.org/contributing/how-to-contribute/) for ideas on contributing and setup steps for getting our repositories up and running on your local machine.
156+
Check out our [**Contributing Guide**](https://gatsbyjs.com/contributing/how-to-contribute/) for ideas on contributing and setup steps for getting our repositories up and running on your local machine.
157157

158158
### A note on how this repository is organized
159159

@@ -169,4 +169,4 @@ Licensed under the [MIT License](./LICENSE).
169169

170170
## 💜 Thanks
171171

172-
Thanks to our many contributors and to [Netlify](https://www.netlify.com/) for hosting [gatsbyjs.org](https://gatsbyjs.org) and our example sites.
172+
Thanks to our many contributors and to [Netlify](https://www.netlify.com/) for hosting [gatsbyjs.com](https://gatsbyjs.com) and our example sites.

docs/contributing/docs-contributions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To address missing images, check the doc or tutorial source [in the Gatsby repo]
2727

2828
If you find a broken link in the Gatsby docs, feel free to fix it and submit a PR!
2929

30-
Keep in mind that some links in here are already correct because they work on gatsbyjs.org. While it would be nice for links in documentation to work on GitHub, having them working on gatsbyjs.org is a higher priority!
30+
Keep in mind that some links in here are already correct because they work on gatsbyjs.com. While it would be nice for links in documentation to work on GitHub, having them working on gatsbyjs.com is a higher priority!
3131

3232
## Headings
3333

0 commit comments

Comments
 (0)