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

Open
wants to merge 5 commits into
base: ep2025
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions src/components/sections/prague.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,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
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/data/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
"items": [
{
"name": "Prague",
"path": "/explore"
"path": "/prague"
},
{
"name": "Venue",
"path": "/where"
"path": "/venue"
}
]
},
Expand Down