chore: fix 404 url for custom providers comment (#772)

This commit is contained in:
mochi33i 2024-10-30 19:43:57 +09:00 committed by GitHub
parent 4282cda0ac
commit f8d80d87c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -84,7 +84,7 @@ Respect and use existing conventions, libraries, etc that are already present in
["local"] = false, ["local"] = false,
}, },
---To add support for custom provider, follow the format below ---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} ---@type {[string]: AvanteProvider}
vendors = {}, vendors = {},
---Specify the behaviour of avante.nvim ---Specify the behaviour of avante.nvim