Skip to content

Commit

Permalink
Fix links on about page to new policy pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdutch committed Feb 3, 2020
1 parent b0a10b5 commit b2deb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function About(props) {
<SEO title={'About'} />
<h1>About</h1>
<p>RustFest is Europe’s Rust-dedicated conference. The next edition of RustFest will take place as a two-day event in the Netherlands.</p>
<p>We care about diversity and accessibility at this conference – please take a look at our <Link to={"/codeofconduct"}>Code of Conduct</Link> and <Link to={"/accessibility"}>Accessibility Statement</Link>.</p>
<p>We care about diversity and accessibility at this conference – please take a look at our <Link to={"/info/code-of-conduct"}>Code of Conduct</Link> and <Link to={"/info/accessibility"}>Accessibility Statement</Link>.</p>
<h2>Team</h2>
<TeamGrid>
{teammembers}
Expand Down

0 comments on commit b2deb46

Please sign in to comment.