summaryrefslogtreecommitdiff
path: root/lua/lvim/core/commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lvim/core/commands.lua')
-rw-r--r--lua/lvim/core/commands.lua2
1 files changed, 1 insertions, 1 deletions
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