From 241be2d5c148c28a2aa02264d7dd6f3041b0eac6 Mon Sep 17 00:00:00 2001 From: Ethan Ryan Date: Sun, 1 Mar 2020 09:23:03 -0500 Subject: [PATCH] updating links to dynamic-routes section of docs (#10759) --- docs/upgrading.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 979d9c3195e6aa1..d5be42132d862dc 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -10,11 +10,11 @@ description: Learn how to upgrade Next.js. #### Production Deployment on ZEIT Now v2 -If you previously configured `routes` in your `now.json` file for dynamic routes, these rules can be removed when leveraging Next.js 9's new [Dynamic Routing feature](https://github.com/zeit/next.js#dynamic-routing). +If you previously configured `routes` in your `now.json` file for dynamic routes, these rules can be removed when leveraging Next.js 9's new [Dynamic Routing feature](https://nextjs.org/docs/routing/dynamic-routes). Next.js 9's dynamic routes are **automatically configured on [Now](https://zeit.co/now)** and do not require any `now.json` customization. -You can read more about [Dynamic Routing here](https://github.com/zeit/next.js#dynamic-routing). +You can read more about [Dynamic Routing here](https://nextjs.org/docs/routing/dynamic-routes). #### Check your Custom (`pages/_app.js`)