Skip to content

Commit 8702247

Browse files
committed
Add links to 2026 website
1 parent f7c02a3 commit 8702247

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

src/components/page/menu.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ const { location }: Props = Astro.props;
119119
</li>
120120
<li class="parent">
121121
<Button
122-
link="/live"
122+
link="https://2026.rustweek.org"
123123
ty="primary"
124-
inFooter={location == "footer"}>Livestream</Button
124+
inFooter={location == "footer"}>RustWeek 2026</Button
125125
>
126126
</li>
127127
</ul>

src/layouts/HomeLayout.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ import PeopleList from "../components/people/PeopleList.astro";
7272
<ButtonGroup>
7373
<Button
7474
scale={1.25}
75-
link="/schedule"
76-
>Schedule</Button
75+
link="https://www.youtube.com/playlist?list=PL8Q1w7Ff68DCEXiGidlM0DMn8ztjlUlez"
76+
>Talk recordings 2025</Button
7777
>
7878
<Button
7979
scale={1.25}
80-
link="/live"
81-
>Livestream</Button
80+
link="https://2026.rustweek.org"
81+
>RustWeek 2026</Button
8282
>
8383
</ButtonGroup>
8484

src/pages/index.astro

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@ const featured_talks = [alice, julius, pietro, alex, niko, miguel, ciara, raph];
1717

1818
<HomeLayout>
1919
<div slot="explainer">
20-
<h1 id="explainer">RustWeek 2025</h1>
2120
<p>
22-
RustNL is back in 2025 with a new name: RustWeek!
23-
<br />and—you've guessed it—a full week of Rust!
24-
<br />
21+
RustWeek 2025 is a wrap! We hope to see you all at <a href="https://2026.rustweek.org"><strong>RustWeek 2026</strong></a>!
2522
</p>
23+
<h1 id="explainer">RustWeek 2025</h1>
2624
<p>
27-
Date: <strong>May 13–17, 2025</strong><br />
28-
Location: <strong>Utrecht, the Netherlands</strong>
25+
Date: May 13–17, 2025<br />
26+
Location: Utrecht, the Netherlands
2927
</p>
3028
<p>
3129
The week includes two days of talks, one day of workshops, a hackathon, and social

0 commit comments

Comments
 (0)