Skip to content

Commit

Permalink
chore: replace all uses of gatsbyjs.org with gatsbyjs.com (#35101)
Browse files Browse the repository at this point in the history
Co-authored-by: LekoArts <lekoarts@gmail.com>
  • Loading branch information
aghreed and LekoArts committed Mar 17, 2022
1 parent 2cfd7dc commit 16cff41
Show file tree
Hide file tree
Showing 126 changed files with 250 additions and 250 deletions.
2 changes: 1 addition & 1 deletion .github/actions/gatsby-site-showcase-validator/README.md
@@ -1,5 +1,5 @@
# Gatsby Site Showcase Validator

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

Run locally [using act](https://github.com/nektos/act): `act -a "gatsby-site-showcase-validator"`
2 changes: 1 addition & 1 deletion benchmarks/gabe-csv-markdown/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-csv-markdown/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-csv-text/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-csv-text/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-fs-markdown-images/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-fs-markdown/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-fs-markdown/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-fs-mdx/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-fs-text/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-fs-text/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-json-text/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-json-text/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-yaml-text/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-yaml-text/src/components/layout.js
Expand Up @@ -62,7 +62,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/image-processing/gatsby-browser.js
@@ -1,7 +1,7 @@
/**
* Implement Gatsby's Browser APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/browser-apis/
* See: https://www.gatsbyjs.com/docs/browser-apis/
*/

// You can delete this file if you're not using it
2 changes: 1 addition & 1 deletion benchmarks/image-processing/gatsby-ssr.js
@@ -1,7 +1,7 @@
/**
* Implement Gatsby's SSR (Server Side Rendering) APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/ssr-apis/
* See: https://www.gatsbyjs.com/docs/ssr-apis/
*/

// You can delete this file if you're not using it
2 changes: 1 addition & 1 deletion benchmarks/image-processing/src/components/image.js
Expand Up @@ -10,7 +10,7 @@ import Img from "gatsby-image"
*
* For more information, see the docs:
* - `gatsby-image`: https://gatsby.dev/gatsby-image
* - `useStaticQuery`: https://www.gatsbyjs.org/docs/use-static-query/
* - `useStaticQuery`: https://www.gatsbyjs.com/docs/use-static-query/
*/

const Image = () => {
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/image-processing/src/components/layout.js
Expand Up @@ -2,7 +2,7 @@
* Layout component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down Expand Up @@ -38,7 +38,7 @@ const Layout = ({ children }) => {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/image-processing/src/components/seo.js
Expand Up @@ -2,7 +2,7 @@
* SEO component that queries for data with
* Gatsby's useStaticQuery React hook
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/markdown_id/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/markdown_id/src/components/layout.js
Expand Up @@ -65,7 +65,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/markdown_id/src/components/seo.js
Expand Up @@ -2,7 +2,7 @@
* SEO component that queries for data with
* Gatsby's useStaticQuery React hook
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/markdown_slug/src/components/bio.js
Expand Up @@ -2,7 +2,7 @@
* Bio component that queries for data
* with Gatsby's useStaticQuery component
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/markdown_slug/src/components/layout.js
Expand Up @@ -65,7 +65,7 @@ class Layout extends React.Component {
<footer>
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
</footer>
</div>
)
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/markdown_slug/src/components/seo.js
Expand Up @@ -2,7 +2,7 @@
* SEO component that queries for data with
* Gatsby's useStaticQuery React hook
*
* See: https://www.gatsbyjs.org/docs/use-static-query/
* See: https://www.gatsbyjs.com/docs/use-static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/source-agilitycms/gatsby-config.js
Expand Up @@ -13,7 +13,7 @@ const agilityConfig = {
/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.org/docs/gatsby-config/
* See: https://www.gatsbyjs.com/docs/gatsby-config/
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/source-strapi/gatsby-browser.js
@@ -1,7 +1,7 @@
/**
* Implement Gatsby's Browser APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/browser-apis/
* See: https://www.gatsbyjs.com/docs/browser-apis/
*/

// You can delete this file if you're not using it
2 changes: 1 addition & 1 deletion deprecated-packages/gatsby-image/README.md
Expand Up @@ -269,7 +269,7 @@ format, use the `withWebp` fragments. If the browser doesn't support WebP,
`gatsby-image` will fall back to the default image format.

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

_Please see the
[gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/#tracedsvg)
Expand Down
2 changes: 1 addition & 1 deletion deprecated-packages/gatsby-image/src/index.js
Expand Up @@ -192,7 +192,7 @@ function groupByMedia(imageVariants) {

if (without.length > 1 && process.env.NODE_ENV !== `production`) {
console.warn(
`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`
`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`
)
}

Expand Down
Expand Up @@ -4,7 +4,7 @@

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.

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

## Migration

Expand Down
4 changes: 2 additions & 2 deletions deprecated-packages/gatsby-recipes/CONTRIBUTING.md
Expand Up @@ -88,7 +88,7 @@ This example will be used throughout this document as an illustration tool.

## Setting up a development environment

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

### Running the unit tests

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

### Using gatsby-dev-cli

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).
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).

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`.

Expand Down
6 changes: 3 additions & 3 deletions deprecated-packages/gatsby-recipes/README.md
Expand Up @@ -13,10 +13,10 @@ Recipes to automate more things.

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

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

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

- 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?
- 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/
- 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/
- 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.
2 changes: 1 addition & 1 deletion deprecated-packages/gatsby-recipes/recipes/README.md
@@ -1,6 +1,6 @@
# Gatsby Recipes MDX Source

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.
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.

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

Expand Down
Expand Up @@ -5,7 +5,7 @@ the necessary NPM packages & Gatsby plugins
to enable speedy, optimized images with Gatsby Image
in your React code.

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

This recipe:

Expand Down

0 comments on commit 16cff41

Please sign in to comment.