plugins/codecompanion: fix broken upstream link

This commit is contained in:
hansemschnokeloch 2025-04-11 14:31:05 +02:00 committed by GitHub
parent 9bc29e6a9b
commit 07b7f67aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,7 +61,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
In CodeCompanion, adapters are interfaces that act as a bridge between the plugin's In CodeCompanion, adapters are interfaces that act as a bridge between the plugin's
functionality and an LLM. functionality and an LLM.
Refer to the [documentation](https://github.com/olimorris/codecompanion.nvim/blob/main/doc/ADAPTERS.md) Refer to the [documentation](https://github.com/olimorris/codecompanion.nvim/blob/main/doc/configuration/adapters.md)
to learn about the adapters spec. to learn about the adapters spec.
''; '';
}; };