Skip to content

Change URL paths #1130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 25, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update links.
  • Loading branch information
nikoshell committed Apr 12, 2025
commit 03a4b1a35bac081b3d1d36b4a5ec84fa3b06b5e8
4 changes: 2 additions & 2 deletions src/components/sections/prague.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ import Headline from "@ui/Headline.astro";
</p>

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

</div>
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subtitle: Frequently Asked Questions about EuroPython

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).

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

</Accordion>

Expand Down
4 changes: 2 additions & 2 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"items": [
{
"name": "Prague",
"path": "/explore"
"path": "/prague"
},
{
"name": "Venue",
"path": "/where"
"path": "/venue"
}
]
},
Expand Down