Browse Source

docs: fix api examples link (#9360)

Fix the examples link in the go package documentation for the API.
bmizerany/validatenames
Steven Hartland 1 year ago
committed by GitHub
parent
commit
be2ac1ed93
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      api/client.go

2
api/client.go

@ -10,7 +10,7 @@
// repository].
//
// [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
import (

Loading…
Cancel
Save