Skip to content

Commit

Permalink
Fix link to create-next-app docs (#16069)
Browse files Browse the repository at this point in the history
Fixes #16066
  • Loading branch information
timneutkens authored Aug 11, 2020
1 parent 9e70b3d commit b8662d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ yarn create next-app

After the installation is complete, follow the instructions to start the development server. Try editing `pages/index.js` and see the result on your browser.

For more information on how to use `create-next-app`, you can review the [`create-next-app` documentation](/docs/create-next-app.md)
For more information on how to use `create-next-app`, you can review the [`create-next-app` documentation](/docs/api-reference/create-next-app.md)

## Manual Setup

Expand Down
4 changes: 4 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@
"heading": true,
"routes": [
{ "title": "CLI", "path": "/docs/api-reference/cli.md" },
{
"title": "Create Next App",
"path": "/docs/api-reference/create-next-app.md"
},
{
"title": "next/router",
"path": "/docs/api-reference/next/router.md"
Expand Down

0 comments on commit b8662d5

Please sign in to comment.