From be2ac1ed93db2fea3bf989da4628202414db7a96 Mon Sep 17 00:00:00 2001 From: Steven Hartland Date: Thu, 27 Feb 2025 18:51:12 +0000 Subject: [PATCH] docs: fix api examples link (#9360) Fix the examples link in the go package documentation for the API. --- api/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/client.go b/api/client.go index f87ea0fda..3dffce600 100644 --- a/api/client.go +++ b/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 (