Skip to content

Commit

Permalink
fix coc links
Browse files Browse the repository at this point in the history
  • Loading branch information
scammo committed Jun 17, 2024
1 parent 9739cd0 commit a99a0d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/_components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default (props) => (
</a>
<a href="/#program">Program</a>
<a href="/#faq">F.A.Q.</a>
<a href="/coc">CoC</a>
<a href="/coc/">CoC</a>
</>
) : (
<>
Expand All @@ -24,7 +24,7 @@ export default (props) => (
</a>
<a href="/de/#programm">Programm</a>
<a href="/de/#faq">F.A.Q.</a>
<a href="/de/coc">CoC</a>
<a href="/de/coc/">CoC</a>
</>
)}
</nav>
Expand Down

0 comments on commit a99a0d0

Please sign in to comment.