Skip to content

Commit 249e6a3

Browse files
authored
Update content.ts
1 parent 8a17de3 commit 249e6a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/content.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ export function getFooterContent(city: City) {
190190
{ text: '2025 Press Release', href: 'https://cloudsummit.ca/press' },
191191
],
192192
previousYears: [
193-
{ text: '2025', href: 'https://2025.cloudsummit.ca' },
194-
{ text: '2024', href: 'https://2024.cloudsummit.ca' },
193+
{ text: '2025', href: 'https://cloudsummit.ca/archive/2025/index.html' },
194+
{ text: '2024', href: 'https://cloudsummit.ca/archive/2024.html' },
195195
],
196196
};
197197
}

0 commit comments

Comments
 (0)