1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Use documentation instead of docs as ID

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-07 13:23:02 -04:00
parent 285e5b47be
commit a5c3595515

View File

@ -247,7 +247,7 @@ export function buildMenu(windowManager: WindowManager) {
},
{
label: "Documentation",
id: "docs",
id: "documentation",
click: async () => {
shell.openExternal(docsUrl);
},