Skip to content

Commit 7e2ed1b

Browse files
Merge pull request #12 from codeplaysoftware/more-legacy-routes
Added missing events legacy route.
2 parents 1260619 + d694d5c commit 7e2ed1b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

legacy-routes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/learn/
44
/releases/
55
/research/
6+
/events/
67
/news/16/05/26/khronos-updates-opencl-and-sycl-specifications
78
/news/16/05/26/khronos-updates-opencl-and-sycl-specifications.html
89
/news/16/05/26/khronos-releases-wave-of-new-standards

src/app/app.legacy-routes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ export const appLegacyRoutes: Routes = [
3939
path: 'videos',
4040
redirectTo: 'ecosystem/presentations'
4141
},
42+
{
43+
path: 'events',
44+
redirectTo: 'calendar'
45+
},
4246
{
4347
path: 'news/16/05/26/khronos-updates-opencl-and-sycl-specifications',
4448
redirectTo: 'news/2016/05/26/khronos-updates-opencl-and-sycl-specifications'

0 commit comments

Comments
 (0)