瀏覽代碼

fix: update link

LostNeophyte 2 年之前
父節點
當前提交
da54f02d89
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lua/lvim/config/_deprecated.lua

+ 1 - 1
lua/lvim/config/_deprecated.lua

@@ -86,7 +86,7 @@ function M.handle()
     lvim.colorscheme = "lunar"
     deprecate(
       "lvim.builtin.theme.tokyonight." .. k,
-      "tokyonight was removed from core plugins, configure it like this <https://www.lunarvim.org/docs/master/plugins/extra-plugins#tokyonight>"
+      "tokyonight was removed from core plugins, configure it like this <https://www.lunarvim.org/docs/master/configuration/plugins/example-configurations#tokyonight>"
     )
     rawset(t, k, v ~= nil and v or {})
     return t[k]