Skip to content

Commit e1079e2

Browse files
authoredMar 10, 2020
Fix readme links (#22134)
1 parent 41ddc9d commit e1079e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎packages/gatsby-cli/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Gatsby CLI (`gatsby-cli`) is packaged as an executable that can be used glob
99

1010
Run `gatsby --help` for full help.
1111

12-
You can also use the `package.json` script variant of these commands, typically exposed _for you_ with most [starters](/docs/starters/). For example, if we want to make the [`gatsby develop`](#develop) command available in our application, we would open up `package.json` and add a script like so:
12+
You can also use the `package.json` script variant of these commands, typically exposed _for you_ with most [starters](https://www.gatsbyjs.org/docs/starters/). For example, if we want to make the [`gatsby develop`](#develop) command available in our application, we would open up `package.json` and add a script like so:
1313

1414
```json:title=package.json
1515
{
@@ -36,10 +36,10 @@ You can also use the `package.json` script variant of these commands, typically
3636
gatsby new [<site-name> [<starter-url>]]
3737
```
3838
39-
| Argument | Description |
40-
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
41-
| site-name | Your Gatsby site name, which is also used to create the project directory. |
42-
| starter-url | A Gatsby starter URL or local file path. Defaults to [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default); see the [Gatsby starters](/docs/gatsby-starters/) docs for more information. |
39+
| Argument | Description |
40+
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
41+
| site-name | Your Gatsby site name, which is also used to create the project directory. |
42+
| starter-url | A Gatsby starter URL or local file path. Defaults to [gatsby-starter-default](https://github.com/gatsbyjs/gatsby-starter-default); see the [Gatsby starters](https://www.gatsbyjs.org/docs/gatsby-starters/) docs for more information. |
4343
4444
> Note: The `site-name` should only consist of letters and numbers. If you specify a `.`, `./` or a `<space>` in the name, `gatsby new` will throw an error.
4545

0 commit comments

Comments
 (0)
Please sign in to comment.