Unverified Commit be2ac1ed authored by Steven Hartland's avatar Steven Hartland Committed by GitHub
Browse files

docs: fix api examples link (#9360)

Fix the examples link in the go package documentation for the API.
parent dc13813a
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
// repository]. // repository].
// //
// [the API documentation]: https://github.com/ollama/ollama/blob/main/docs/api.md // [the API documentation]: https://github.com/ollama/ollama/blob/main/docs/api.md
// [in the GitHub repository]: https://github.com/ollama/ollama/tree/main/examples // [in the GitHub repository]: https://github.com/ollama/ollama/tree/main/api/examples
package api package api
import ( import (
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment