From 46d870ab8a6e87c5f80159c1a3eb8b364c4b1b23 Mon Sep 17 00:00:00 2001 From: Joshua Scott Date: Sun, 17 Feb 2019 13:57:17 +0200 Subject: [PATCH] Fix url in docs (#6323) --- packages/next/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next/README.md b/packages/next/README.md index a1bb7eb6..6963925d 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -227,7 +227,7 @@ function HiThere() { export default HiThere ``` -To use more sophisticated CSS-in-JS solutions, you typically have to implement style flushing for server-side rendering. We enable this by allowing you to define your own [custom ``](#user-content-custom-document) component that wraps each page. +To use more sophisticated CSS-in-JS solutions, you typically have to implement style flushing for server-side rendering. We enable this by allowing you to define your own [custom ``](#custom-document) component that wraps each page. #### Importing CSS / Sass / Less / Stylus files