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:
parent
285e5b47be
commit
a5c3595515
@ -247,7 +247,7 @@ export function buildMenu(windowManager: WindowManager) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Documentation",
|
label: "Documentation",
|
||||||
id: "docs",
|
id: "documentation",
|
||||||
click: async () => {
|
click: async () => {
|
||||||
shell.openExternal(docsUrl);
|
shell.openExternal(docsUrl);
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user