From 261c677a8b05aefc9741fd0c836ccdbea8f0e4c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20B=C4=85czek?= Date: Mon, 24 Apr 2023 15:22:45 +0200 Subject: fix(user_command): update url in `LvimDocs` command (#4081) --- lua/lvim/core/commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lvim/core/commands.lua b/lua/lvim/core/commands.lua index 2714838a..9f5d0049 100644 --- a/lua/lvim/core/commands.lua +++ b/lua/lvim/core/commands.lua @@ -32,7 +32,7 @@ M.defaults = { { name = "LvimDocs", fn = function() - local documentation_url = "https://www.lunarvim.org/docs/quick-start" + local documentation_url = "https://www.lunarvim.org/docs/beginners-guide" if vim.fn.has "mac" == 1 or vim.fn.has "macunix" == 1 then vim.fn.execute("!open " .. documentation_url) elseif vim.fn.has "win32" == 1 or vim.fn.has "win64" == 1 then -- cgit v1.2.3