Skip to content

Commit

Permalink
Fix readme links (#22134)
Browse files Browse the repository at this point in the history
  • Loading branch information
herecydev authored Mar 10, 2020
1 parent 41ddc9d commit e1079e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/gatsby-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Gatsby CLI (`gatsby-cli`) is packaged as an executable that can be used glob

Run `gatsby --help` for full help.

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:
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:

```json:title=package.json
{
Expand All @@ -36,10 +36,10 @@ You can also use the `package.json` script variant of these commands, typically
gatsby new [<site-name> [<starter-url>]]
```
| Argument | Description |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| site-name | Your Gatsby site name, which is also used to create the project directory. |
| 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. |
| Argument | Description |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| site-name | Your Gatsby site name, which is also used to create the project directory. |
| 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. |
> 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.
Expand Down

0 comments on commit e1079e2

Please sign in to comment.