Skip to content

Commit

Permalink
chore(docs): Fix typo in contributing style guide (#29262)
Browse files Browse the repository at this point in the history
Co-authored-by: Lennart <lekoarts@gmail.com>
  • Loading branch information
lokesh-coder and LekoArts committed Jan 29, 2021
1 parent 1da331a commit 3bf70cd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/contributing/gatsby-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,13 @@ When referencing another page within [gatsbyjs.com](https://www.gatsbyjs.com/) h
```markdown
<!-- Good -->

[Gatsby's glossary](/docs/glossary)
[Gatsby's glossary](/docs/glossary/)

<!-- Bad -->

[Gatsby's glossary](/docs/glossary)
[Gatsby's glossary](https://www.gatsbyjs.com/docs/glossary/)
```

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)

### Mark localhost URLs as code strings

Unless you're running `gatsby develop` or `gatsby build` locally, localhost links will not work. Therefore it's recommended to list these URL references as code blocks so there aren't invalid links throughout the docs.
Expand Down Expand Up @@ -474,7 +472,7 @@ wording.

### Referencing Gatsby Cloud

While Gatsby Cloud is hosted on a separate site, [gatsbyjs.com](https://www.gatsbyjs.com/), it is part of the Gatsby [founding organization](/blog/2018-05-24-launching-new-gatsby-company/) and focused specifically on Gatsby sites. There are various parts of the OSS documentation that may benefit from pointing to Gatsby Cloud as a potential platform to explore.
[gatsbyjs.com](https://www.gatsbyjs.com/) is part of the Gatsby [founding organization](/blog/2018-05-24-launching-new-gatsby-company/) and focused specifically on Gatsby sites. There are various parts of the OSS documentation that may benefit from pointing to Gatsby Cloud as a potential platform to explore.

The guidelines for doing so are as follows:

Expand Down

0 comments on commit 3bf70cd

Please sign in to comment.