From f8d80d87c5e2a230ccb29805411bb67aefa1cf96 Mon Sep 17 00:00:00 2001 From: mochi33i Date: Wed, 30 Oct 2024 19:43:57 +0900 Subject: [PATCH] chore: fix 404 url for custom providers comment (#772) --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/config.lua b/lua/avante/config.lua index 52c6da9..3a108db 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -84,7 +84,7 @@ Respect and use existing conventions, libraries, etc that are already present in ["local"] = false, }, ---To add support for custom provider, follow the format below - ---See https://github.com/yetone/avante.nvim/README.md#custom-providers for more details + ---See https://github.com/yetone/avante.nvim/wiki#custom-providers for more details ---@type {[string]: AvanteProvider} vendors = {}, ---Specify the behaviour of avante.nvim