Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace all uses of gatsbyjs.org with gatsbyjs.com #35101

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/gatsby-site-showcase-validator/README.md
Original file line number Diff line number Diff line change
@@ -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"`
Original file line number Diff line number Diff line change
Expand Up @@ -7356,7 +7356,7 @@
{
"commit": {
"authoredDate": "2019-06-03T02:42:32Z",
"message": "Made the doc easier to read\n\n- Moved a lot of sentences into active voice\r\n- Removed unnecessary words and sentences\r\n- Fixed some grammatical errors\r\n- Removed potentially confusing emojis as a literary device\r\n- Split up some long sentences into shorter ones\r\n- Added a link to https://www.gatsbyjs.org/blog/2018-06-08-life-after-layouts/ in the layouts section to help people move from Gatsby's layout behavior in v1\r\n- Capitalized instances of \"Babel\" that were lowercase"
"message": "Made the doc easier to read\n\n- Moved a lot of sentences into active voice\r\n- Removed unnecessary words and sentences\r\n- Fixed some grammatical errors\r\n- Removed potentially confusing emojis as a literary device\r\n- Split up some long sentences into shorter ones\r\n- Added a link to https://www.gatsbyjs.com/blog/2018-06-08-life-after-layouts/ in the layouts section to help people move from Gatsby's layout behavior in v1\r\n- Capitalized instances of \"Babel\" that were lowercase"
aghreed marked this conversation as resolved.
Show resolved Hide resolved
aghreed marked this conversation as resolved.
Show resolved Hide resolved
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gabe-csv-markdown/src/components/bio.js
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions deprecated-packages/gatsby-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Speedy, optimized images without the work.

`gatsby-image` is a React component specially designed to work seamlessly with
Gatsby's GraphQL queries. It combines
[Gatsby's native image processing](https://image-processing.gatsbyjs.org/)
[Gatsby's native image processing](https://image-processing.gatsbyjs.com/)
aghreed marked this conversation as resolved.
Show resolved Hide resolved
capabilities with advanced image loading techniques to easily and completely
optimize image loading for your sites. `gatsby-image` uses
[gatsby-plugin-sharp](/plugins/gatsby-plugin-sharp/)
Expand All @@ -18,7 +18,7 @@ _Note: gatsby-image is **not** a drop-in replacement for `<img />`. It's
optimized for fixed width/height images and images that stretch the full-width
of a container. Some ways you can use `<img />` won't work with gatsby-image._

**[Demo](https://using-gatsby-image.gatsbyjs.org)**
**[Demo](https://using-gatsby-image.gatsbyjs.com)**
aghreed marked this conversation as resolved.
Show resolved Hide resolved

## Table of Contents

Expand Down 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
Original file line number Diff line number Diff line change
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/packages/gatsby-image/#art-directing-multiple-images`
aghreed marked this conversation as resolved.
Show resolved Hide resolved
)
}

Expand Down
4 changes: 2 additions & 2 deletions deprecated-packages/gatsby-recipes/CONTRIBUTING.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup gatsby-plugin-layout

This plugin sets up [gatsby-plugin-layout](https://www.gatsbyjs.org/packages/gatsby-plugin-layout/?=gatsby%20layout), which enables adding components that live above the page components and persist across page changes.
This plugin sets up [gatsby-plugin-layout](https://www.gatsbyjs.com/packages/gatsby-plugin-layout/?=gatsby%20layout), which enables adding components that live above the page components and persist across page changes.

This can be helpful for:

Expand Down Expand Up @@ -35,4 +35,4 @@ Writes out a sample layout component to get started with.
---

Read more about the documentation for Gatsby Layout Component here:
https://www.gatsbyjs.org/packages/gatsby-plugin-layout/
https://www.gatsbyjs.com/packages/gatsby-plugin-layout/
Loading