We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1260619 + d694d5c commit 7e2ed1bCopy full SHA for 7e2ed1b
legacy-routes.txt
@@ -3,6 +3,7 @@
3
/learn/
4
/releases/
5
/research/
6
+/events/
7
/news/16/05/26/khronos-updates-opencl-and-sycl-specifications
8
/news/16/05/26/khronos-updates-opencl-and-sycl-specifications.html
9
/news/16/05/26/khronos-releases-wave-of-new-standards
src/app/app.legacy-routes.ts
@@ -39,6 +39,10 @@ export const appLegacyRoutes: Routes = [
39
path: 'videos',
40
redirectTo: 'ecosystem/presentations'
41
},
42
+ {
43
+ path: 'events',
44
+ redirectTo: 'calendar'
45
+ },
46
{
47
path: 'news/16/05/26/khronos-updates-opencl-and-sycl-specifications',
48
redirectTo: 'news/2016/05/26/khronos-updates-opencl-and-sycl-specifications'
0 commit comments