Skip to content

Commit 92fd305

Browse files
authored
docs(start/tutorial): fix links (#9874)
1 parent 953948a commit 92fd305

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@
163163
- xavier-lc
164164
- xcsnowcity
165165
- yuleicul
166+
- fyzhu

docs/start/tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ export default function Root() {
139139
<nav>
140140
<ul>
141141
<li>
142-
<a href={`contacts/1`}>Your Name</a>
142+
<a href={`/contacts/1`}>Your Name</a>
143143
</li>
144144
<li>
145-
<a href={`contacts/2`}>Your Friend</a>
145+
<a href={`/contacts/2`}>Your Friend</a>
146146
</li>
147147
</ul>
148148
</nav>

0 commit comments

Comments
 (0)