Skip to content

Commit

Permalink
chore: Change .org links to .com
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 6, 2021
1 parent e6a3b30 commit 0c2f843
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-theme-blog-core/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
<a href="https://www.gatsbyjs.com">
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg.svg" width="60" />
</a>
</p>
<h1 align="center">
Expand Down
6 changes: 3 additions & 3 deletions packages/gatsby-theme-blog/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
<a href="https://www.gatsbyjs.com">
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
</a>
</p>
<h1 align="center">
Expand Down Expand Up @@ -222,7 +222,7 @@ Before upgrading to 2.0 you'll want to update your core `gatsby` version as well

**Change in data structure** - Instead of querying for the `node` object inside the `edges` array, all queries now look for `nodes`. If you're shadowing files and accessing data directly you may need to account for this.

**Removal of darkmode toggle** - This theme no longer comes with a darkmode toggle. If you'd like to use the old one it is now available as a parallel theme you can install, [`gatsby-theme-blog-darkmode`](https://www.gatsbyjs.org/packages/gatsby-theme-blog-darkmode/). Please see the README for further instructions.
**Removal of darkmode toggle** - This theme no longer comes with a darkmode toggle. If you'd like to use the old one it is now available as a parallel theme you can install, [`gatsby-theme-blog-darkmode`](https://www.gatsbyjs.com/plugins/gatsby-theme-blog-darkmode/). Please see the README for further instructions.

### Style specific migration notes

Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog/src/components/bio.js
100644 → 100755
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 StaticQuery component
*
* See: https://www.gatsbyjs.org/docs/static-query/
* See: https://www.gatsbyjs.com/docs/static-query/
*/

import React from "react"
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog/src/components/home-footer.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = ({ socialLinks }) => (
>
© {new Date().getFullYear()}, Powered by
{` `}
<Styled.a href="https://www.gatsbyjs.org">Gatsby</Styled.a>
<Styled.a href="https://www.gatsbyjs.com">Gatsby</Styled.a>
{` `}&bull;{` `}
{socialLinks
? socialLinks.map((platform, i, arr) => (
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog/src/components/seo.js
100644 → 100755
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
4 changes: 2 additions & 2 deletions packages/gatsby-theme-notes/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
<a href="https://www.gatsbyjs.com">
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg.svg" width="60" />
</a>
</p>
<h1 align="center">
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-theme-notes/src/components/footer.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Footer = () => (
>
© {new Date().getFullYear()}, Powered by
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<a href="https://www.gatsbyjs.com">Gatsby</a>
{` `}&bull;{` `}
</footer>
)
Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-theme-ui-preset/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.gatsbyjs.org">
<img alt="Gatsby" src="https://www.gatsbyjs.org/monogram.svg" width="60" />
<a href="https://www.gatsbyjs.com">
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg.svg" width="60" />
</a>
</p>
<h1 align="center">
Expand Down
2 changes: 1 addition & 1 deletion starters/theme/README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://www.gatsbyjs.com">
<img alt="Gatsby" src="https://www.gatsbyjs.com/gatsby-monogram.svg" width="60" />
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
</a>
</p>
<h1 align="center">
Expand Down

0 comments on commit 0c2f843

Please sign in to comment.