diff --git a/docs/api-reference/next/font.md b/docs/api-reference/next/font.md index 19ee4b31d2d4..6d02fc1d8652 100644 --- a/docs/api-reference/next/font.md +++ b/docs/api-reference/next/font.md @@ -295,7 +295,7 @@ import { greatVibes, sourceCodePro400 } from '@/fonts';
- Font Optmization + Font Optimization Learn how to optimize fonts with the Font module.
diff --git a/docs/upgrading.md b/docs/upgrading.md index e1c7dc80e42f..bd7539b659a0 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -28,7 +28,7 @@ pnpm up next react react-dom eslint-config-next --latest ## Migrating shared features -Next.js 13 introduces a new [`app` directory](https://beta.nextjs.org/docs/routing/fundamentals) with new features and conventions. However, upgrading to Next.js 13 does **not** require using the new [`app` directory](https://beta.nextjs.org/docs/routing/fundamentals.md#the-app-directory). +Next.js 13 introduces a new [`app` directory](https://beta.nextjs.org/docs/routing/fundamentals) with new features and conventions. However, upgrading to Next.js 13 does **not** require using the new [`app` directory](https://beta.nextjs.org/docs/routing/fundamentals#the-app-directory). You can continue using `pages` with new features that work in both directories, such as the updated [Image component](#image-component), [Link component](#link-component), [Script component](#script-component), and [Font optimization](#font-optimization).