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:
GrahamSH 2022-11-22 04:06:56 -05:00 committed by GitHub
parent 84678c41a8
commit ddee1c9a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module.exports = {
}, },
{ {
label: "Installations", label: "Installations",
to: "docs/installation/index", to: "docs/installation/",
}, },
], ],
}, },