Skip to content

Commit

Permalink
Update 01-pages-and-layouts.mdx (vercel#55795)
Browse files Browse the repository at this point in the history
``` 
Pages and Layouts
The Pages Router has a file-system based router built on the [concept of pages](https://nextjs.org/docs/pages/building-your-application/routing/pages-and-layouts).
```
Change requested:
Here `concept of pages` hyperlinks routes to the current page. This bit confusing for someone trying to learn next.js. removing the hyperlink to the text would make clear.
  • Loading branch information
sdkdeepa authored Sep 22, 2023
1 parent 816033a commit 965fcfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Pages and Layouts
description: Create your first page and shared layout with the Pages Router.
---

The Pages Router has a file-system based router built on the [concept of pages](/docs/pages/building-your-application/routing/pages-and-layouts).
The Pages Router has a file-system based router built on the concept of pages.

When a file is added to the `pages` directory, it's automatically available as a route.

Expand Down

0 comments on commit 965fcfa

Please sign in to comment.