From be3036c130663bb820ef5e714ae9f1b0d7aa88e8 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Mon, 31 Oct 2022 20:42:33 -0400 Subject: [PATCH] Links to Next.js Conf --- docs/pages/blog/turbopack-benchmarks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/blog/turbopack-benchmarks.mdx b/docs/pages/blog/turbopack-benchmarks.mdx index d5e1137b41928..226606815ce4b 100644 --- a/docs/pages/blog/turbopack-benchmarks.mdx +++ b/docs/pages/blog/turbopack-benchmarks.mdx @@ -28,7 +28,7 @@ import Callout from '../../components/Callout'
-At Next.js Conf, we announced our latest open-source project: Turbopack, an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. +At [Next.js Conf](https://nextjs.org), [we announced](https://www.youtube.com/watch?v=NiknNI_0J48) our latest open-source project: Turbopack, an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. The project began as an exploration to improve Webpack’s performance and create ways for it to more easily integrate with tooling moving forward. In doing so, the team realized that a greater effort was necessary. While we saw opportunities for better performance, the premise of a new architecture that could scale to the largest projects in the world was inspiring.