Skip to content

Commit

Permalink
updating links to dynamic-routes section of docs (#10759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanryan committed Mar 1, 2020
1 parent c52c038 commit 241be2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/upgrading.md
Expand Up @@ -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 <App> (`pages/_app.js`)

Expand Down

0 comments on commit 241be2d

Please sign in to comment.