mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update README.md
This commit is contained in:
parent
2b791a6653
commit
27dedc9d6e
10
README.md
10
README.md
|
@ -172,13 +172,13 @@ For the initial page load, `getInitialProps` will execute on the server only. `g
|
|||
|
||||
### Routing
|
||||
|
||||
<details>
|
||||
<summary><b>Examples</b></summary>
|
||||
- [Basic routing](./examples/using-routing)
|
||||
</details>
|
||||
|
||||
#### With `<Link>`
|
||||
|
||||
<p><details>
|
||||
<summary><b>Examples</b></summary>
|
||||
<ul><li><a href="./examples/using-routing">Basic routing</a></li></ul>
|
||||
</details></p>
|
||||
|
||||
Client-side transitions between routes can be enabled via a `<Link>` component. Consider these two pages:
|
||||
|
||||
```jsx
|
||||
|
|
Loading…
Reference in a new issue