From cc6934162043b3b1e474f9da739852defe2040fe Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sat, 27 Jul 2024 00:22:16 +0530 Subject: [PATCH] updated links Signed-off-by: Amith Koujalgi --- docs/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/intro.md b/docs/docs/intro.md index b75cce6..c5b7555 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -84,7 +84,7 @@ Add the dependency to your project's `pom.xml`. ``` -Find the latest version of the library [here](https://central.sonatype.com/artifact/io.github.amithkoujalgi/ollama4j). +Find the latest version of the library [here](https://central.sonatype.com/artifact/io.github.ollama4j/ollama4j). You might want to include an implementation of [SL4J](https://www.slf4j.org/) logger in your `pom.xml` file. For example,