Skip to content

Commit b2deb46

Browse files
committed
Fix links on about page to new policy pages
1 parent b0a10b5 commit b2deb46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function About(props) {
5959
<SEO title={'About'} />
6060
<h1>About</h1>
6161
<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>
62-
<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>
62+
<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>
6363
<h2>Team</h2>
6464
<TeamGrid>
6565
{teammembers}

0 commit comments

Comments
 (0)