chore: added a redirect for the getting-involved page

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-15 11:05:50 +01:00
parent 13c4040bef
commit 77bd287b0a
+4
View File
@@ -120,6 +120,10 @@ module.exports = {
from: '/docs/features/search/search-overview',
to: '/docs/features/search/',
},
{
from: '/getting-involved',
to: '/docs/getting-started/getting-involved'
},
],
},
],