Skip to content

Commit 8ae956f

Browse files
committed
Replacing the analyze link with a link to /organization
1 parent 558dc46 commit 8ae956f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/footer/footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default (props) => {
1010
<Container className="footer__inner">
1111
<section className="footer__left">
1212
<Link className="footer__link" to="/get-started">Get Started</Link>
13-
<Link className="footer__link" to="/analyze">Analyze</Link>
13+
<Link className="footer__link" to="/organization">Organization</Link>
1414
<Link className="footer__link" to="/contribute">Contribute</Link>
1515
<Link className="footer__link" to="/get-started/why-webpack#comparison">Comparison</Link>
1616
</section>

0 commit comments

Comments
 (0)