Skip to content

Commit 6eaea18

Browse files
authored
chore: add trailing slash to link on docs homepage (#7682)
1 parent 6d7c543 commit 6eaea18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function Landing() {
3131

3232
<div className="homepage_cta_header_container">
3333
<div className="homepage_cta_container">
34-
<Link to="/docs">
34+
<Link to="/docs/">
3535
<button className="cta-button button button--primary button--lg homepage_cta">Read the Docs</button>
3636
</Link>
3737
</div>

0 commit comments

Comments
 (0)