Skip to content

Commit 03dd6b3

Browse files
author
Brandon Johnson
committed
Update links
1 parent 5bc3c91 commit 03dd6b3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pages/_template.jsx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ module.exports = React.createClass({
2727
</Link>
2828
</div>
2929
<div className="secondary-nav">
30-
<Link to={prefixLink('/about/')} >
31-
About
32-
</Link>
33-
<Link to={prefixLink('/our_sponsors/')} >
30+
<Link to={prefixLink('/our-sponsors/')} >
3431
Current Sponsors
3532
</Link>
3633
<Link to={prefixLink('/code-of-conduct/')} >
@@ -54,7 +51,7 @@ module.exports = React.createClass({
5451
<Link to={prefixLink('/')} >
5552
Home
5653
</Link>
57-
<Link to={prefixLink('/our_sponsors/')} >
54+
<Link to={prefixLink('/our-sponsors/')} >
5855
Current Sponsors
5956
</Link>
6057
<Link to={prefixLink('/code-of-conduct/')} >

0 commit comments

Comments
 (0)