Skip to content

Commit e017d16

Browse files
committed
Fix links
1 parent eea5bc8 commit e017d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Footer = () => (
1313
<Link className="footer__link" to="/guides/getting-started/">Get Started</Link>
1414
<Link className="footer__link" to="/organization/">Organization</Link>
1515
<Link className="footer__link" to="/support/">Support</Link>
16-
<Link className="footer__link" to="/guides/comparison/">Comparison</Link>
16+
<Link className="footer__link" to="/comparison/">Comparison</Link>
1717
</section>
1818

1919
<section className="footer__middle">

src/content/guides/typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,4 @@ Here we declare a new module for SVGs by specifying any import that ends in `.sv
184184

185185
W> This may degrade build performance.
186186

187-
See the [Build Performance](guides/build-performance/) guide on build tooling.
187+
See the [Build Performance](/guides/build-performance/) guide on build tooling.

0 commit comments

Comments
 (0)