Skip to content

Commit 70f7b24

Browse files
nikoshellclytaemnestraegeakman
authored
Change URL paths (#1130)
Close #1126. --------- Co-authored-by: Mia Bajić <[email protected]> Co-authored-by: Ege Akman <[email protected]>
1 parent 2cfe07f commit 70f7b24

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/components/sections/prague.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import Headline from "@ui/Headline.astro";
2929
</p>
3030

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

3636
</div>

src/content/pages/faq.mdx

+1-1
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

File renamed without changes.

src/content/pages/test.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Barking up the right tree
241241
<img src="/img/eps-logo.png" alt="Logo of the EuroPython Society" width="400"/>
242242
</a>
243243

244-
<a href="/where" target="_blank">
244+
<a href="/venue" target="_blank">
245245
This image is internal, in /src, so import is needed
246246
<Image src={pragueImage} alt="A bird sitting on a nest of eggs." width="400" class="h-auto border-4 border-white rounded-lg shadow-lg"/>
247247
</a>

src/content/pages/tickets.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Discover the latest Python trends, learn from 180+ expert speakers, network with
1818

1919

2020
## Where and When?
21-
🏛️ <a href="/where" class="text-primary hover:text-primary-hover underline">Prague Congress Centre (PCC)</a>, Czech Republic
21+
🏛️ <a href="/venue" class="text-primary hover:text-primary-hover underline">Prague Congress Centre (PCC)</a>, Czech Republic
2222

2323
<div class="bg-white text-black p-6 rounded-lg shadow-md w-full">
2424
<p class="font-bold text-xl mb-4">A week of all things Python:</p>
File renamed without changes.

src/data/links.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
"items": [
7777
{
7878
"name": "Prague",
79-
"path": "/explore"
79+
"path": "/prague"
8080
},
8181
{
8282
"name": "Venue",
83-
"path": "/where"
83+
"path": "/venue"
8484
}
8585
]
8686
},

0 commit comments

Comments
 (0)