Skip to content

Commit 1d1767f

Browse files
fix: broken link of react-compiler reference to nextjs docs (#7285)
1 parent 891b20c commit 1d1767f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export default defineConfig(() => {
278278

279279
### Next.js {/*usage-with-nextjs*/}
280280

281-
Please refer to the [Next.js docs](https://nextjs.org/docs/canary/app/api-reference/next-config-js/reactCompiler) for more information.
281+
Please refer to the [Next.js docs](https://nextjs.org/docs/app/api-reference/next-config-js/reactCompiler) for more information.
282282

283283
### Remix {/*usage-with-remix*/}
284284
Install `vite-plugin-babel`, and add the compiler's Babel plugin to it:

0 commit comments

Comments
 (0)