Skip to content

Commit c500314

Browse files
authored
chore(docs): Fix run script glossary link (#36636)
1 parent f989f27 commit c500314

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ A code library (written with [JavaScript](#javascript)) for building user interf
296296

297297
A parser to translate [Markdown](#markdown) to other formats like [HTML](#html) or [React](#react) code.
298298

299-
### [Run Script](/docs/glossary/run-script/)
299+
### Run Script
300300

301301
An executable command defined in the `scripts` property of your `package.json` file. See [npm](https://docs.npmjs.com/cli/v8/using-npm/scripts) and [yarn](https://classic.yarnpkg.com/lang/en/docs/cli/run/) run script documentation for more information.
302302

docs/docs/reference/gatsby-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use the Gatsby CLI you must either:
1212
- Install it globally with `npm install -g gatsby-cli`, where you execute commands with the syntax `gatsby new`, or
1313
- Run commands directly with [`npx`](https://nodejs.dev/en/learn/the-npx-nodejs-package-runner/), where you execute commands with the syntax `npx gatsby new`
1414

15-
Useful Gatsby CLI commands are also pre-defined in [starters](/docs/starters/) as [run scripts](/docs/glossary/run-script/).
15+
Useful Gatsby CLI commands are also pre-defined in [starters](/docs/starters/) as [run scripts](/docs/glossary#run-script).
1616

1717
## API commands
1818

packages/gatsby-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use the Gatsby CLI you must either:
99
- Install it globally with `npm install -g gatsby-cli`, where you execute commands with the syntax `gatsby new`, or
1010
- Run commands directly with [`npx`](https://nodejs.dev/en/learn/the-npx-nodejs-package-runner/), where you execute commands with the syntax `npx gatsby new`
1111

12-
Useful Gatsby CLI commands are also pre-defined in [starters](https://gatsbyjs.com/docs/starters/) as [run scripts](https://gatsbyjs.com/docs/glossary/run-script/).
12+
Useful Gatsby CLI commands are also pre-defined in [starters](https://gatsbyjs.com/docs/starters/) as [run scripts](https://gatsbyjs.com/docs/glossary#run-script).
1313

1414
## CLI Commands
1515

0 commit comments

Comments
 (0)