Skip to content

Commit 1b87ef6

Browse files
authored
chore: Change .org to .com links (#26993)
1 parent 510370d commit 1b87ef6

File tree

152 files changed

+255
-253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+255
-253
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
<!--
7-
Is this a blog post? Check out the docs at https://www.gatsbyjs.org/contributing/blog-contributions/, and please mention if the blog post is pre-approved
7+
Is this a blog post? Check out the docs at https://www.gatsbyjs.com/contributing/blog-contributions/, and please mention if the blog post is pre-approved
88
by someone from Gatsby.
99
-->
1010

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Gatsby Contributor Covenant Code of Conduct
22

3-
Please check out the [Code of Conduct](https://www.gatsbyjs.org/contributing/code-of-conduct/) page on the Gatsby site.
3+
Please check out the [Code of Conduct](https://www.gatsbyjs.com/contributing/code-of-conduct/) page on the Gatsby site.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## How to Contribute
22

3-
For information related to contributing to Gatsby, please check out the [How to Contribute](https://www.gatsbyjs.org/contributing/how-to-contribute/) section of the documentation at the Gatsby site.
3+
For information related to contributing to Gatsby, please check out the [How to Contribute](https://www.gatsbyjs.com/contributing/how-to-contribute/) section of the documentation at the Gatsby site.

docs/contributing/gatsby-style-guide.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In tutorials that are meant for beginners, use as few hyperlinks as possible to
161161

162162
### Use relative hyperlinks for local links
163163

164-
When referencing another page within [gatsbyjs.org](https://www.gatsbyjs.org/) hyperlinks should use relative paths (not include the full domain). This guarantees that all links function when running locally or in preview.
164+
When referencing another page within [gatsbyjs.com](https://www.gatsbyjs.com/) hyperlinks should use relative paths (not include the full domain). This guarantees that all links function when running locally or in preview.
165165

166166
```markdown
167167
<!-- Good -->
@@ -170,7 +170,7 @@ When referencing another page within [gatsbyjs.org](https://www.gatsbyjs.org/) h
170170

171171
<!-- Bad -->
172172

173-
[Gatsby's glossary](https://www.gatsbyjs.org/docs/glossary)
173+
[Gatsby's glossary](https://www.gatsbyjs.com/docs/glossary)
174174
```
175175

176176
Note: Links to Gatsby Cloud/Gatsby Inc. are located at [gatsbyjs.com](https://www.gatsbyjs.com/) and should be referenced using an absolute path (domain included). See also [Referencing Gatsby Cloud](#referencing-gatsby-cloud)
@@ -348,7 +348,7 @@ You may also choose to include line highlighting in your code snippets, using th
348348
module.exports = {
349349
siteMetadata: {
350350
title: `GatsbyJS`, // highlight-line
351-
siteUrl: `https://www.gatsbyjs.org`,
351+
siteUrl: `https://www.gatsbyjs.com`,
352352
},
353353
}
354354
```
@@ -358,7 +358,7 @@ module.exports = {
358358
module.exports = {
359359
siteMetadata: {
360360
title: `GatsbyJS`, // highlight-line
361-
siteUrl: `https://www.gatsbyjs.org`,
361+
siteUrl: `https://www.gatsbyjs.com`,
362362
},
363363
}
364364
```
@@ -371,7 +371,7 @@ module.exports = {
371371
siteMetadata: {
372372
title: `GatsbyJS`,
373373
// highlight-next-line
374-
siteUrl: `https://www.gatsbyjs.org`,
374+
siteUrl: `https://www.gatsbyjs.com`,
375375
},
376376
}
377377
```
@@ -382,7 +382,7 @@ module.exports = {
382382
siteMetadata: {
383383
title: `GatsbyJS`,
384384
// highlight-next-line
385-
siteUrl: `https://www.gatsbyjs.org`,
385+
siteUrl: `https://www.gatsbyjs.com`,
386386
},
387387
}
388388
```
@@ -395,7 +395,7 @@ module.exports = {
395395
// highlight-start
396396
siteMetadata: {
397397
title: `GatsbyJS`,
398-
siteUrl: `https://www.gatsbyjs.org`,
398+
siteUrl: `https://www.gatsbyjs.com`,
399399
},
400400
// highlight-end
401401
}
@@ -407,7 +407,7 @@ module.exports = {
407407
// highlight-start
408408
siteMetadata: {
409409
title: `GatsbyJS`,
410-
siteUrl: `https://www.gatsbyjs.org`,
410+
siteUrl: `https://www.gatsbyjs.com`,
411411
},
412412
// highlight-end
413413
}

docs/contributing/how-to-make-a-reproducible-test-case.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A reproducible test case is a great way to share a specific environment that cau
1717
## Steps to create a reproducible test case
1818

1919
- Create a new Gatsby site with a starter, the official `hello-world` starter is a great 'barebones' starting point here: `gatsby new bug-repro https://github.com/gatsbyjs/gatsby-starter-hello-world`
20-
- Add any Gatsby plugins that relate to the issue. For example, if you're having problems with Gatsby MDX you should install and configure [`gatsby-plugin-mdx`](https://www.gatsbyjs.org/packages/gatsby-plugin-mdx/). Only add plugins that are needed to demonstrate the problem.
20+
- Add any Gatsby plugins that relate to the issue. For example, if you're having problems with Gatsby MDX you should install and configure [`gatsby-plugin-mdx`](https://www.gatsbyjs.com/packages/gatsby-plugin-mdx/). Only add plugins that are needed to demonstrate the problem.
2121
- Add the code needed to recreate the error you've seen.
2222
- Publish the code (your GitHub account is a good place to do this) and then link to it when [creating an issue](/contributing/how-to-file-an-issue/).
2323

docs/contributing/how-to-run-a-gatsby-workshop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: How to Run a Gatsby Workshop
44

55
Running a workshop focused on Gatsby.js is a fantastic way to teach a group of people how to create fast, accessible websites with in-person (or virtual) instruction.
66

7-
We on the Gatsby team have run a number of in-person workshops, and you can read about some of our [initial findings](https://www.gatsbyjs.org/blog/2018-05-31-open-sourcing-gatsby-workshops/). If you are interested in running a workshop yourself, we welcome you to do so and offer this page of resources to help you.
7+
We on the Gatsby team have run a number of in-person workshops, and you can read about some of our [initial findings](https://www.gatsbyjs.com/blog/2018-05-31-open-sourcing-gatsby-workshops/). If you are interested in running a workshop yourself, we welcome you to do so and offer this page of resources to help you.
88

99
Share your ideas and report how these workshops go for you in the [Open source repo](https://github.com/gatsbyjs/gatsby) through issues and PRs (if you ran into problems with the workshops and/or have ideas of how to improve them) or [Twitter](https://twitter.com/gatsbyjs) if you want to share an upcoming workshop you're running.
1010

docs/contributing/how-to-write-a-tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ In contrast to recipes and reference guides, tutorials are step-by-step instruct
66

77
## Near perfect example of a tutorial
88

9-
[Main Gatsby tutorial](https://www.gatsbyjs.org/tutorial/)
9+
[Main Gatsby tutorial](https://www.gatsbyjs.com/tutorial/)
1010

1111
## What should a tutorial be about?
1212

@@ -22,7 +22,7 @@ Topics should be chosen based on these priorities:
2222

2323
## Length of a tutorial
2424

25-
If a tutorial is longer than 3 8.5x11” pages or has more than about 5 headers and you’re finding yourself creating a Table of Contents at the top, it will probably be easier to read and easier for readers to complete if you turn it into a multi-page tutorial, like the [main Gatsby tutorial](https://www.gatsbyjs.org/tutorial/).
25+
If a tutorial is longer than 3 8.5x11” pages or has more than about 5 headers and you’re finding yourself creating a Table of Contents at the top, it will probably be easier to read and easier for readers to complete if you turn it into a multi-page tutorial, like the [main Gatsby tutorial](https://www.gatsbyjs.com/tutorial/).
2626

2727
If you have a tutorial that falls into this category, it is likely a big enough project that you’ll benefit from the feedback process provided by creating an [RFC (Request for Comments) document](https://github.com/gatsbyjs/rfcs).
2828

docs/contributing/managing-pull-requests.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For an introduction on what Pull Requests are and how to file one, check out the
1818

1919
Some general things we verify in a pull request are:
2020

21-
- Links ought to be relative instead of absolute when linking to docs (`/docs/some-reference/` instead of `https://www.gatsbyjs.org/docs/some-reference/`)
21+
- Links ought to be relative instead of absolute when linking to docs (`/docs/some-reference/` instead of `https://www.gatsbyjs.com/docs/some-reference/`)
2222
- Language ought to be inclusive and accessible
2323
- Issues and Requests for Comments (RFCs) (if any) that this PR addresses ought to be linked to
2424

@@ -73,7 +73,7 @@ For PRs that add a blog post, we ought to check:
7373

7474
## Automated Checks
7575

76-
Our repository on [GitHub](https://github.com/gatsbyjs/gatsby) has several automated CI checks that are run automatically for all PRs. These include tests, linting and even preview builds for [gatsbyjs.org](https://www.gatsbyjs.org).
76+
Our repository on [GitHub](https://github.com/gatsbyjs/gatsby) has several automated CI checks that are run automatically for all PRs. These include tests, linting and even preview builds for [gatsbyjs.org](https://www.gatsbyjs.com).
7777

7878
We want all of these checks to pass. While we'll sometimes review a work in progress PR with some failed checks, a PR is only ready to ship when all the tests have passed.
7979

docs/contributing/submit-to-plugin-library.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ In order to add your plugin to the [Plugin Library](/plugins/), you need to:
1111
3. **Include a `keywords` field** in your plugin's `package.json`, containing `gatsby` and `gatsby-plugin`. If your plugin is a theme, please also include `gatsby-theme`.
1212
4. Document your plugin with a README, using the contributing [plugin template](/contributing/how-to-write-a-plugin-readme/) for reference.
1313

14-
After doing so, Algolia will take up to 12 hours to add it to the library search index (the exact time necessary is still unknown), and wait for the daily rebuild of https://gatsbyjs.org to automatically include your plugin page to the website. Then, all you have to do is share your wonderful plugin with the community!
14+
After doing so, Algolia will take up to 12 hours to add it to the library search index (the exact time necessary is still unknown), and wait for the daily rebuild of https://www.gatsbyjs.com to automatically include your plugin page to the website. Then, all you have to do is share your wonderful plugin with the community!
1515

1616
## Notes
1717

docs/contributing/translation/translators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Once a language repository is created and someone on the Gatsby team has assigne
1010

1111
### Use English as the source
1212

13-
The [gatsbyjs.org](https://gatsbyjs.org) website is written first in English and should be considered the source material for all translations (as opposed to starting from another translation). When a repository is created, it will provide a copy of the docs to be translated which you can then update through [pull requests](/contributing/how-to-open-a-pull-request/) against them in the relevant language.
13+
The [gatsbyjs.com](https://www.gatsbyjs.com) website is written first in English and should be considered the source material for all translations (as opposed to starting from another translation). When a repository is created, it will provide a copy of the docs to be translated which you can then update through [pull requests](/contributing/how-to-open-a-pull-request/) against them in the relevant language.
1414

1515
Changes to the meaning of a text or code example should be done in the main [English repo](https://github.com/gatsbyjs/gatsby/), and then translated afterwards to keep the content aligned across languages.
1616

docs/docs/adding-comments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here are the steps for adding Disqus comments to your own blog:
4646
npm install disqus-react
4747
```
4848

49-
3. Add the shortname from step 1 as something like `GATSBY_DISQUS_NAME` to your `.env` and `.env.example` files so that people forking your repo will know that they need to supply this value to get comments to work. (You need to prefix the environment variable with `GATSBY_` in order to [make it available to client-side code](https://www.gatsbyjs.org/docs/environment-variables/#client-side-javascript).)
49+
3. Add the shortname from step 1 as something like `GATSBY_DISQUS_NAME` to your `.env` and `.env.example` files so that people forking your repo will know that they need to supply this value to get comments to work. (You need to prefix the environment variable with `GATSBY_` in order to [make it available to client-side code](https://www.gatsbyjs.com/docs/environment-variables/#client-side-javascript).)
5050

5151
```text:title=.env.example
5252
# enables Disqus comments for blog posts

docs/docs/adding-search-with-algolia.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ const Layout = ({ location, title, children }) => {
559559
<footer>
560560
© {new Date().getFullYear()}, Built with
561561
{` `}
562-
<a href="https://www.gatsbyjs.org">Gatsby</a>
562+
<a href="https://www.gatsbyjs.com">Gatsby</a>
563563
</footer>
564564
</div>
565565
)

docs/docs/answering-it-security.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If security engineers are interested in your project, some talking points that c
1212

1313
It's helpful to emphasize to security personnel that these benefits were a factor in why Gatsby was selected for the project. You chose Gatsby, in part, because it is _more_ secure.
1414

15-
Read about security in Gatsby: [https://www.gatsbyjs.org/blog/2019-04-06-security-for-modern-web-frameworks/](/blog/2019-04-06-security-for-modern-web-frameworks/)
15+
Read about security in Gatsby: [https://www.gatsbyjs.com/blog/2019-04-06-security-for-modern-web-frameworks/](/blog/2019-04-06-security-for-modern-web-frameworks/)
1616

1717
---
1818

docs/docs/building-an-ecommerce-site-with-shopify.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Building an E-commerce site with Shopify
44

55
In this tutorial, you will setup a new Gatsby website that fetches product data from [Shopify](https://www.shopify.com). The site displays a list of all products on a product listing page, and a page for every product in the store.
66

7-
If you are already comfortable with Gatsby and Shopify, you might want to check out the [Gatsby Shopify starter](https://www.gatsbyjs.org/starters/AlexanderProd/gatsby-shopify-starter/), which provides many of the same features as this example.
7+
If you are already comfortable with Gatsby and Shopify, you might want to check out the [Gatsby Shopify starter](https://www.gatsbyjs.com/starters/AlexanderProd/gatsby-shopify-starter/), which provides many of the same features as this example.
88

99
## Setting up your Shopify account
1010

@@ -15,7 +15,7 @@ If you are already comfortable with Gatsby and Shopify, you might want to check
1515

1616
## Set up the Gatsby Shopify plugin
1717

18-
1. If you do not already have one ready, [create a Gatsby site](https://www.gatsbyjs.org/docs/quick-start).
18+
1. If you do not already have one ready, [create a Gatsby site](https://www.gatsbyjs.com/docs/quick-start).
1919

2020
2. Install the [`gatsby-source-shopify`](/packages/gatsby-source-shopify/) plugin and [`shopify-buy`](https://github.com/Shopify/js-buy-sdk) package.
2121

docs/docs/creating-and-modifying-pages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,4 @@ Page context is serialized before being passed to pages. This means it can't be
263263

264264
## Creating Client-only routes
265265

266-
In specific cases, you might want to create a site with client-only portions that are gated by authentication. For more on how to achieve this, refer to [client-only routes & user authentication](https://www.gatsbyjs.org/docs/client-only-routes-and-user-authentication/).
266+
In specific cases, you might want to create a site with client-only portions that are gated by authentication. For more on how to achieve this, refer to [client-only routes & user authentication](https://www.gatsbyjs.com/docs/client-only-routes-and-user-authentication/).

docs/docs/debugging-replace-renderer-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If multiple plugins implement `replaceRenderer`, the build script will warn you:
2121
```text
2222
warning replaceRenderer API found in these plugins:
2323
warning plugin-name-a, default-site-plugin
24-
warning This might be an error, see: https://www.gatsbyjs.org/docs/debugging-replace-renderer-api/
24+
warning This might be an error, see: https://www.gatsbyjs.com/docs/debugging-replace-renderer-api/
2525
2626
warning Duplicate replaceRenderer found, skipping gatsby-ssr.js for plugin: plugin-name-a
2727
```

docs/docs/end-to-end-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ describe("Accessibility tests", () => {
169169

170170
cy.focused()
171171
.should("have.text", "Gatsby")
172-
.should("have.attr", "href", "https://www.gatsbyjs.org")
172+
.should("have.attr", "href", "https://www.gatsbyjs.com")
173173
.should("not.have.css", "outline-width", "0px")
174174
})
175175
// highlight-end

docs/docs/gatsby-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When you want to reuse common pieces of data across the site (for example, your
2626
module.exports = {
2727
siteMetadata: {
2828
title: `Gatsby`,
29-
siteUrl: `https://www.gatsbyjs.org`,
29+
siteUrl: `https://www.gatsbyjs.com`,
3030
description: `Blazing fast modern site generator for React`,
3131
},
3232
}

docs/docs/gatsby-core-philosophy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ We believe the most high-impact way to make the web better is to make it high-qu
8181

8282
One key way Gatsby makes the content web high-quality by default is to neatly bundle the modern JavaScript ecosystem.
8383

84-
Traditional CMS development [presents many challenges](https://www.gatsbyjs.org/blog/2018-10-11-rise-of-modern-web-development/#traditional-cms-development-presents-challenges) such as walled-garden development, difficult-to-maintain local environments, and a challenging target environment.
84+
Traditional CMS development [presents many challenges](https://www.gatsbyjs.com/blog/2018-10-11-rise-of-modern-web-development/#traditional-cms-development-presents-challenges) such as walled-garden development, difficult-to-maintain local environments, and a challenging target environment.
8585

86-
Modern web development [bundles advances](https://www.gatsbyjs.org/blog/2018-10-11-rise-of-modern-web-development/#modern-frameworks-offer-stability-and-faster-development) in **performance** (bundle splitting, asset prefetching, offline support, image optimization, or server side rendering), **developer experience** (componentization via React, transpilation via Babel, webpack, hot reloading), **accessibility**, and **security** together.
86+
Modern web development [bundles advances](https://www.gatsbyjs.com/blog/2018-10-11-rise-of-modern-web-development/#modern-frameworks-offer-stability-and-faster-development) in **performance** (bundle splitting, asset prefetching, offline support, image optimization, or server side rendering), **developer experience** (componentization via React, transpilation via Babel, webpack, hot reloading), **accessibility**, and **security** together.
8787

8888
Gatsby's goal is to bundle these advances in an easy to use package. We're open to any and all advances being made in the modern JavaScript world and would love to incorporate them into Gatsby!
8989

docs/docs/gatsby-link.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,4 @@ However, if the page has previously loaded, it will not re-request `app-data.jso
407407

408408
- [Authentication tutorial for client-only routes](/tutorial/authentication-tutorial/)
409409
- [Routing: Getting Location Data from Props](/docs/location-data-from-props/)
410-
- [`gatsby-plugin-catch-links`](https://www.gatsbyjs.org/packages/gatsby-plugin-catch-links/) to automatically intercept local links in Markdown files for `gatsby-link` like behavior
410+
- [`gatsby-plugin-catch-links`](https://www.gatsbyjs.com/plugins/gatsby-plugin-catch-links/) to automatically intercept local links in Markdown files for `gatsby-link` like behavior

docs/docs/glossary/markdown.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Markdown, by contrast, only defines a syntax for a small subset of HTML elements
2121
```markdown
2222
# Markdown!
2323

24-
You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.org/).
24+
You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.com/).
2525

2626
<figure class="chart">
2727
<object data="chart.svg" type="image/svg+xml"></object>
@@ -37,7 +37,7 @@ When converted to HTML, the preceding Markdown will become the markup below.
3737
<h1>Markdown!</h1>
3838
<p>
3939
You can use Markdown to create documents for
40-
<a href="https://www.gatsbyjs.org/">Gatsby</a>.
40+
<a href="https://www.gatsbyjs.com/">Gatsby</a>.
4141
</p>
4242
<figure class="chart">
4343
<object data="chart.svg" type="image/svg+xml"></object>
@@ -55,7 +55,7 @@ npm install --save gatsby-source-filesystem gatsby-transformer-remark
5555

5656
The `gatsby-source-filesystem` plugin reads files from your computer. The `gatsby-transformer-remark` plugin makes the contents of your Markdown files available to GraphQL.
5757

58-
You can also try a [Gatsby starter](https://www.gatsbyjs.org/starters/?c=Markdown) package that has Markdown support already included.
58+
You can also try a [Gatsby starter](https://www.gatsbyjs.com/starters/?c=Markdown) package that has Markdown support already included.
5959

6060
## Learn more about Markdown
6161

docs/docs/glossary/mdx.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Markdown defines a plain text syntax for HTML elements such as `h1`, `strong`, a
1414
```markdown
1515
# Hello world!
1616

17-
You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.org/).
17+
You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.com/).
1818

1919
<figure class="chart">
2020
<object data="chart.svg" type="image/svg+xml"></object>
@@ -42,7 +42,7 @@ import { Figure } from './components/Figure';
4242

4343
# Hello world!
4444

45-
You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.org/).
45+
You can use Markdown to create documents for [Gatsby](https://www.gatsbyjs.com/).
4646

4747
<Figure data="chart.svg" caption="MDX adoption has increased 120% since last year." />
4848
```

0 commit comments

Comments
 (0)