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

Update EULA url (#1498)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-24 12:19:03 +02:00 committed by GitHub
parent c79cee0311
commit 37b80a9354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ export default class LicenseLensMainExtension extends LensMainExtension {
parentId: "help", parentId: "help",
label: "License", label: "License",
async click() { async click() {
Util.openExternal("https://k8slens.dev/licenses/eula.md"); Util.openExternal("https://k8slens.dev/licenses/eula");
} }
} }
]; ];