diff --git a/docs/content/docs/features/backends.md b/docs/content/docs/features/backends.md index 83b4cc1dd..2c80b91a1 100644 --- a/docs/content/docs/features/backends.md +++ b/docs/content/docs/features/backends.md @@ -96,8 +96,8 @@ Your backend container should: For getting started, see the available backends in LocalAI here: https://github.com/mudler/LocalAI/tree/master/backend . - For Python based backends there is a template that can be used as starting point: https://github.com/mudler/LocalAI/tree/master/backend/python/common/template . -- For Golang based backends, you can see the `bark-cpp` backend as an example: https://github.com/mudler/LocalAI/tree/master/backend/go/bark -- For C++ based backends, you can see the `llama-cpp` backend as an example: https://github.com/mudler/LocalAI/tree/master/backend/cpp/llama +- For Golang based backends, you can see the `bark-cpp` backend as an example: https://github.com/mudler/LocalAI/tree/master/backend/go/bark-cpp +- For C++ based backends, you can see the `llama-cpp` backend as an example: https://github.com/mudler/LocalAI/tree/master/backend/cpp/llama-cpp ### Publishing Your Backend