Skip to content

Commit 16cff41

Browse files
aghreedLekoArts
andauthored
chore: replace all uses of gatsbyjs.org with gatsbyjs.com (#35101)
Co-authored-by: LekoArts <[email protected]>
1 parent 2cfd7dc commit 16cff41

File tree

126 files changed

+250
-250
lines changed

Some content is hidden

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

126 files changed

+250
-250
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Gatsby Site Showcase Validator
22

3-
A simple node script that visits and checks all of the sites in the [Site Showcase](https://www.gatsbyjs.org/showcase/) for Gatsby.
3+
A simple node script that visits and checks all of the sites in the [Site Showcase](https://www.gatsbyjs.com/showcase/) for Gatsby.
44

55
Run locally [using act](https://github.com/nektos/act): `act -a "gatsby-site-showcase-validator"`

benchmarks/gabe-csv-markdown/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-csv-markdown/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-csv-text/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-csv-text/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-fs-markdown-images/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-fs-markdown-images/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-fs-markdown-route-api/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-fs-markdown-route-api/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-fs-markdown/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-fs-markdown/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-fs-mdx/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-fs-text/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-fs-text/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-json-text/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-json-text/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)

benchmarks/gabe-yaml-text/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/gabe-yaml-text/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Layout extends React.Component {
6262
<footer>
6363
© {new Date().getFullYear()}, Built with
6464
{` `}
65-
<a href="https://www.gatsbyjs.org">Gatsby</a>
65+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6666
</footer>
6767
</div>
6868
)
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Implement Gatsby's Browser APIs in this file.
33
*
4-
* See: https://www.gatsbyjs.org/docs/browser-apis/
4+
* See: https://www.gatsbyjs.com/docs/browser-apis/
55
*/
66

77
// You can delete this file if you're not using it
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
33
*
4-
* See: https://www.gatsbyjs.org/docs/ssr-apis/
4+
* See: https://www.gatsbyjs.com/docs/ssr-apis/
55
*/
66

77
// You can delete this file if you're not using it

benchmarks/image-processing/src/components/image.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Img from "gatsby-image"
1010
*
1111
* For more information, see the docs:
1212
* - `gatsby-image`: https://gatsby.dev/gatsby-image
13-
* - `useStaticQuery`: https://www.gatsbyjs.org/docs/use-static-query/
13+
* - `useStaticQuery`: https://www.gatsbyjs.com/docs/use-static-query/
1414
*/
1515

1616
const Image = () => {

benchmarks/image-processing/src/components/layout.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Layout component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"
@@ -38,7 +38,7 @@ const Layout = ({ children }) => {
3838
<footer>
3939
© {new Date().getFullYear()}, Built with
4040
{` `}
41-
<a href="https://www.gatsbyjs.org">Gatsby</a>
41+
<a href="https://www.gatsbyjs.com">Gatsby</a>
4242
</footer>
4343
</div>
4444
</>

benchmarks/image-processing/src/components/seo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SEO component that queries for data with
33
* Gatsby's useStaticQuery React hook
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/markdown_id/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/markdown_id/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Layout extends React.Component {
6565
<footer>
6666
© {new Date().getFullYear()}, Built with
6767
{` `}
68-
<a href="https://www.gatsbyjs.org">Gatsby</a>
68+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6969
</footer>
7070
</div>
7171
)

benchmarks/markdown_id/src/components/seo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SEO component that queries for data with
33
* Gatsby's useStaticQuery React hook
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/markdown_slug/src/components/bio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Bio component that queries for data
33
* with Gatsby's useStaticQuery component
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/markdown_slug/src/components/layout.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Layout extends React.Component {
6565
<footer>
6666
© {new Date().getFullYear()}, Built with
6767
{` `}
68-
<a href="https://www.gatsbyjs.org">Gatsby</a>
68+
<a href="https://www.gatsbyjs.com">Gatsby</a>
6969
</footer>
7070
</div>
7171
)

benchmarks/markdown_slug/src/components/seo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* SEO component that queries for data with
33
* Gatsby's useStaticQuery React hook
44
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
5+
* See: https://www.gatsbyjs.com/docs/use-static-query/
66
*/
77

88
import React from "react"

benchmarks/source-agilitycms/gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const agilityConfig = {
1313
/**
1414
* Configure your Gatsby site with this file.
1515
*
16-
* See: https://www.gatsbyjs.org/docs/gatsby-config/
16+
* See: https://www.gatsbyjs.com/docs/gatsby-config/
1717
*/
1818

1919
module.exports = {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Implement Gatsby's Browser APIs in this file.
33
*
4-
* See: https://www.gatsbyjs.org/docs/browser-apis/
4+
* See: https://www.gatsbyjs.com/docs/browser-apis/
55
*/
66

77
// You can delete this file if you're not using it

deprecated-packages/gatsby-image/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ format, use the `withWebp` fragments. If the browser doesn't support WebP,
269269
`gatsby-image` will fall back to the default image format.
270270

271271
For more information about these options, please see the
272-
[Gatsby Image API](https://www.gatsbyjs.org/docs/gatsby-image/#image-query-fragments).
272+
[Gatsby Image API](https://www.gatsbyjs.com/docs/gatsby-image/#image-query-fragments).
273273

274274
_Please see the
275275
[gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/#tracedsvg)

deprecated-packages/gatsby-image/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function groupByMedia(imageVariants) {
192192

193193
if (without.length > 1 && process.env.NODE_ENV !== `production`) {
194194
console.warn(
195-
`We've found ${without.length} sources without a media property. They might be ignored by the browser, see: https://www.gatsbyjs.org/packages/gatsby-image/#art-directing-multiple-images`
195+
`We've found ${without.length} sources without a media property. They might be ignored by the browser, see: https://www.gatsbyjs.com/plugins/gatsby-image/#art-directing-multiple-images`
196196
)
197197
}
198198

deprecated-packages/gatsby-plugin-create-client-paths/README.md

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

55
Use this plugin to simplify creating a “hybrid” Gatsby app with both statically rendered pages as well as "client-paths". These paths exist on the client only and do not correspond to index.html files in an app's built assets.
66

7-
For more information refer to [client-only routes & user authentication](https://www.gatsbyjs.org/docs/client-only-routes-and-user-authentication/).
7+
For more information refer to [client-only routes & user authentication](https://www.gatsbyjs.com/docs/client-only-routes-and-user-authentication/).
88

99
## Migration
1010

deprecated-packages/gatsby-recipes/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This example will be used throughout this document as an illustration tool.
8888

8989
## Setting up a development environment
9090

91-
First [follow the instructions on setting up a local Gatsby dev environment](https://www.gatsbyjs.org/contributing/setting-up-your-local-dev-environment/).
91+
First [follow the instructions on setting up a local Gatsby dev environment](https://www.gatsbyjs.com/contributing/setting-up-your-local-dev-environment/).
9292

9393
### Running the unit tests
9494

@@ -108,7 +108,7 @@ yarn jest packages/gatsby-recipes --testPathPattern "providers" --watch
108108

109109
### Using gatsby-dev-cli
110110

111-
You can create test recipes that you run in a test site. You’ll need to [use `gatsby-dev-cli` for this.](https://www.gatsbyjs.org/contributing/setting-up-your-local-dev-environment/#gatsby-functional-changes).
111+
You can create test recipes that you run in a test site. You’ll need to [use `gatsby-dev-cli` for this.](https://www.gatsbyjs.com/contributing/setting-up-your-local-dev-environment/#gatsby-functional-changes).
112112

113113
One note, as you’ll be testing changes to the Gatsby CLI — instead of running the global gatsby-cli package (i.e. what you’d run by typing `gatsby`, you’ll want to run the version copied over by `gatsby-dev-cli` by running `./node_modules/.bin/gatsby`.
114114

deprecated-packages/gatsby-recipes/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Recipes to automate more things.
1313

1414
We chose [MDX](https://mdxjs.com/) to allow for a literate programming style of writing recipes which
1515
enables us to port our dozens of recipes from
16-
https://www.gatsbyjs.org/docs/recipes/ as well as in the future, entire
16+
https://www.gatsbyjs.com/docs/recipes/ as well as in the future, entire
1717
tutorials.
1818

19-
[Read more about Recipes on the launch blog post](https://www.gatsbyjs.org/blog/2020-04-15-announcing-gatsby-recipes/)
19+
[Read more about Recipes on the launch blog post](https://www.gatsbyjs.com/blog/2020-04-15-announcing-gatsby-recipes/)
2020

2121
There's an umbrella issue for testing / using Recipes during its incubation stage.
2222
Follow the issue for updates! https://github.com/gatsbyjs/gatsby/issues/22991
@@ -285,5 +285,5 @@ a step
285285
If you’d like to write a recipe, there are a few great places to get an idea:
286286

287287
- Think of a task that took you more time than other tasks in the last Gatsby site you built. Is there a way to automate any part of that task?
288-
- Look at this list of recipes in the Gatsby docs. Many of these can be partially or fully automated through creating a recipe `mdx` file. https://www.gatsbyjs.org/docs/recipes/
288+
- Look at this list of recipes in the Gatsby docs. Many of these can be partially or fully automated through creating a recipe `mdx` file. https://www.gatsbyjs.com/docs/recipes/
289289
- community members have posted a number of recipes in the [recipes umbrella issue](https://github.com/gatsbyjs/gatsby/issues/22991). You can browse their ideas to find inspiration for new recipes to write.

deprecated-packages/gatsby-recipes/recipes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gatsby Recipes MDX Source
22

3-
These are the MDX files for the official Recipes. [Please contribute!](https://www.gatsbyjs.org/contributing/how-to-contribute/) We welcome PRs for new recipes and fixes/improvements to existing recipes.
3+
These are the MDX files for the official Recipes. [Please contribute!](https://www.gatsbyjs.com/contributing/how-to-contribute/) We welcome PRs for new recipes and fixes/improvements to existing recipes.
44

55
When you add a new recipe, please also add it to the recipes list at https://github.com/gatsbyjs/gatsby/blob/05151c006974b7636b00f0cd608fac89ddaa1c08/packages/gatsby-recipes/src/cli.js#L60
66

deprecated-packages/gatsby-recipes/recipes/gatsby-image.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ the necessary NPM packages & Gatsby plugins
55
to enable speedy, optimized images with Gatsby Image
66
in your React code.
77

8-
Based on https://www.gatsbyjs.org/docs/working-with-images-in-markdown/
8+
Based on https://www.gatsbyjs.com/docs/working-with-images-in-markdown/
99

1010
This recipe:
1111

0 commit comments

Comments
 (0)