Skip to content

Commit 2e7ce24

Browse files
authored
docs(v6migration): absolute link should not be changed to relative (#14011)
1 parent a04f9d0 commit 2e7ce24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@
325325
- sbolel
326326
- scarf005
327327
- sealer3
328+
- seasick
328329
- senseibarni
329330
- sergiodxa
330331
- serranoarevalo

docs/upgrading/v6.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,9 @@ function Dashboard() {
9292
<div>
9393
<h2>Dashboard</h2>
9494
<nav>
95-
- <Link to="/">Dashboard Home</Link>
95+
<Link to="/">Dashboard Home</Link>
9696
- <Link to="team">Team</Link>
9797
- <Link to="projects">Projects</Link>
98-
+ <Link to="../">Dashboard Home</Link>
9998
+ <Link to="../team">Team</Link>
10099
+ <Link to="../projects">Projects</Link>
101100
</nav>

0 commit comments

Comments
 (0)