Skip to content

Commit 467ac2f

Browse files
authored
Added redirects for simpler links (#987)
Added extra redirects to make it easier to share the links to CFP, Call For Reviewers and Planning Survey
1 parent 1fa1448 commit 467ac2f

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

src/pages/cfp.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "/programme/cfp/";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/cfp/">
7+
</noscript>

src/pages/planning.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "https://forms.gle/riw6CvML8ck94A4V9";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://forms.gle/riw6CvML8ck94A4V9">
7+
</noscript>

src/pages/reviewers.astro

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
window.location.href = "https://forms.gle/4GTJjwZ1nHBGetM18";
3+
</script>
4+
5+
<noscript>
6+
<meta http-equiv="refresh" content="0;url=https://forms.gle/4GTJjwZ1nHBGetM18">
7+
</noscript>

0 commit comments

Comments
 (0)