Skip to content

Commit

Permalink
docs: change pages to app router links (#71782)
Browse files Browse the repository at this point in the history
## Description
Some links navigate pages docs.
Then update app router ones.

### Improving Documentation

- [x] Run `pnpm prettier-fix` to fix formatting issues before opening
the PR.
- [x] Read the Docs Contribution Guide to ensure your contribution
follows the docs guidelines:
https://nextjs.org/docs/community/contribution-guide

Co-authored-by: JJ Kasper <jj@jjsweb.site>
  • Loading branch information
Marukome0743 and ijjk authored Oct 29, 2024
1 parent 95728fc commit d0b3342
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributing/examples/adding-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Also, don’t forget to add a `README.md` file with the following format:
- Examples should be TypeScript first, if possible.
- Omit the `name` and `version` fields from your `package.json`.
- Ensure all your dependencies are up to date.
- Ensure you’re using [`next/image`](https://nextjs.org/docs/api-reference/next/image).
- Ensure you’re using [`next/image`](https://nextjs.org/docs/app/api-reference/components/image).
- To add additional installation instructions, please add them where appropriate.
- To add additional notes, add `## Notes` section at the end.
- Remove the `Deploy your own` section if your example can’t be immediately deployed to Vercel.
Expand Down Expand Up @@ -57,5 +57,5 @@ pnpm create next-app --example DIRECTORY_NAME DIRECTORY_NAME-app
bunx create-next-app --example DIRECTORY_NAME DIRECTORY_NAME-app
```

Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).
Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/app/building-your-application/deploying)).
````

0 comments on commit d0b3342

Please sign in to comment.