Skip to content

Commit b09ef2b

Browse files
seanparmeleegatsbybot
andauthored
chore(docs): fix links to repo instructions (#34629)
Co-authored-by: gatsbybot <[email protected]>
1 parent 46ecb06 commit b09ef2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/contributing/how-to-open-a-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ For any kind of change to files in the Gatsby repo, you can follow the below ste
3535

3636
To test changes locally against the Gatsby [site and project files](https://github.com/gatsbyjs/gatsby), fork the repo and install parts of it to run on your local machine.
3737

38-
- [Fork and clone the Gatsby repo](/contributing/setting-up-your-local-dev-environment/#gatsby-repo-install-instructions).
38+
- [Fork and clone the Gatsby repo](/contributing/setting-up-your-local-dev-environment/#gatsby-repo-instructions).
3939

4040
- Install [yarn](https://yarnpkg.com/) to pull in dependencies and build the project.
4141

docs/docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ A storage of information locally that might be used again, so computations and l
5050

5151
Command Line Interface: An application that runs on your computer through the [command line](#command-line) and interacted with your keyboard.
5252

53-
Gatsby has two command line interfaces. One, [`gatsby`](/docs/reference/gatsby-cli/), for day-to-day development with Gatsby and another, [`gatsby-dev`](/contributing/setting-up-your-local-dev-environment/#gatsby-repo-install-instructions), for those who contribute to the Gatsby project.
53+
Gatsby has two command line interfaces. One, [`gatsby`](/docs/reference/gatsby-cli/), for day-to-day development with Gatsby and another, [`gatsby-dev`](/contributing/setting-up-your-local-dev-environment/#gatsby-repo-instructions), for those who contribute to the Gatsby project.
5454

5555
### Client-side
5656

0 commit comments

Comments
 (0)