website: Fix installations link in footer (#4053)
/index 404s this fixes it Signed-off-by: GrahamSH <grahamshllk@gmail.com> Signed-off-by: GrahamSH <grahamshllk@gmail.com>
This commit is contained in:
parent
84678c41a8
commit
ddee1c9a8c
|
@ -95,7 +95,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
label: "Installations",
|
||||
to: "docs/installation/index",
|
||||
to: "docs/installation/",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Reference in New Issue