Skip to content

Commit 03a4b1a

Browse files
committed
Update links.
1 parent 9a3a5de commit 03a4b1a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/components/sections/prague.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import Headline from "@ui/Headline.astro";
3030
</p>
3131

3232
<div class="flex w-full justify-evenly items-center">
33-
<Button url="/explore">About Prague</Button>
34-
<Button url="/where">About Venue</Button>
33+
<Button url="/prague">About Prague</Button>
34+
<Button url="/venue">About Venue</Button>
3535
</div>
3636

3737
</div>

src/content/pages/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ subtitle: Frequently Asked Questions about EuroPython
3838

3939
The conference will return to **Prague, Czech Republic**, with the main conference hosted at the [Prague Congress Centre (PCC)](https://www.praguecc.cz/en/homepage).
4040

41-
Need help getting around? Check out [how to navigate Prague](/where) and our volunteer-curated [Prague exploration tips](/explore).
41+
Need help getting around? Check out [how to navigate Prague](/venue) and our volunteer-curated [Prague exploration tips](/prague).
4242

4343
</Accordion>
4444

src/data/links.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"items": [
4343
{
4444
"name": "Prague",
45-
"path": "/explore"
45+
"path": "/prague"
4646
},
4747
{
4848
"name": "Venue",
49-
"path": "/where"
49+
"path": "/venue"
5050
}
5151
]
5252
},

0 commit comments

Comments
 (0)