rsnext/examples/with-turbopack/app
jomeswang 31cd027d3d
Fix 404 link in example with-turbopack (#45843)
Change 404 project codebase link in example with-turbopack to the
correct one

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change(s) that you're making:
-->

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ]
[e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)
2023-02-13 14:47:05 +00:00
..
context Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
error-handling Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
hooks examples: Fix with-turbopack typo (#42410) 2022-11-03 11:07:22 -07:00
layouts Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
loading Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
route-groups Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
streaming Add turbopack example (#41789) 2022-10-25 10:21:53 -07:00
styling examples(with-turbopack): Fix styling page default active stylingNav (#42739) 2022-12-01 20:18:14 -08:00
GlobalNav.tsx Fix next/link codemod errors in with-turbopack (#42203) 2022-10-30 21:06:35 -07:00
layout.tsx Fix 404 link in example with-turbopack (#45843) 2023-02-13 14:47:05 +00:00
page.tsx Fix next/link codemod errors in with-turbopack (#42203) 2022-10-30 21:06:35 -07:00