From 4589a9032c10399197535769a05ff943e3ac02bf Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sat, 27 Jul 2024 00:21:34 +0530 Subject: [PATCH] updated links --- docs/blog/2023-12-22-release-post.md | 2 +- docs/docs/apis-extras/options-builder.md | 2 +- docs/docs/apis-generate/generate.md | 2 +- docs/docusaurus.config.js | 14 +++++++------- pom.xml | 10 +++++----- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/blog/2023-12-22-release-post.md b/docs/blog/2023-12-22-release-post.md index 0a0b95d..4a9f020 100644 --- a/docs/blog/2023-12-22-release-post.md +++ b/docs/blog/2023-12-22-release-post.md @@ -11,7 +11,7 @@ Hey there, my fellow Java Developers! 🚀 I am glad to announce the release of Ollama4j, a library that unites Ollama (an LLM manager and runner) and your Java applications! 🌐🚀 -👉 GitHub Repository: Ollama4j on GitHub (https://github.com/amithkoujalgi/ollama4j) +👉 GitHub Repository: Ollama4j on GitHub (https://github.com/ollama4j/ollama4j) 🌟 Key Features: diff --git a/docs/docs/apis-extras/options-builder.md b/docs/docs/apis-extras/options-builder.md index 7fb7d68..f7f8ed8 100644 --- a/docs/docs/apis-extras/options-builder.md +++ b/docs/docs/apis-extras/options-builder.md @@ -31,7 +31,7 @@ Link to [source](https://github.com/jmorganca/ollama/blob/main/docs/modelfile.md Also, see how to set those Ollama parameters using the `OptionsBuilder` -from [javadoc](https://amithkoujalgi.github.io/ollama4j/apidocs/io/github/amithkoujalgi/ollama4j/core/utils/OptionsBuilder.html). +from [javadoc](https://ollama4j.github.io/ollama4j/apidocs/io/github/ollama4j/ollama4j/core/utils/OptionsBuilder.html). ## Build an empty `Options` object diff --git a/docs/docs/apis-generate/generate.md b/docs/docs/apis-generate/generate.md index 0469f26..4754c54 100644 --- a/docs/docs/apis-generate/generate.md +++ b/docs/docs/apis-generate/generate.md @@ -141,7 +141,7 @@ public class Main { ``` _Note: Here I've used -a [sample prompt](https://github.com/amithkoujalgi/ollama4j/blob/main/src/main/resources/sample-db-prompt-template.txt) +a [sample prompt](https://github.com/ollama4j/ollama4j/blob/main/src/main/resources/sample-db-prompt-template.txt) containing a database schema from within this library for demonstration purposes._ You'd then get a response from the model: diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f675c8a..341048c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -20,7 +20,7 @@ const config = { // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. - organizationName: 'amithkoujalgi', // Usually your GitHub org/user name. + organizationName: 'ollama4j', // Usually your GitHub org/user name. projectName: 'ollama4j', // Usually your repo name. onBrokenLinks: 'throw', @@ -46,14 +46,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/amithkoujalgi/ollama4j/blob/main/docs', + 'https://github.com/ollama4j/ollama4j/blob/main/docs', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/amithkoujalgi/ollama4j/blob/main/docs', + 'https://github.com/ollama4j/ollama4j/blob/main/docs', }, theme: { customCss: './src/css/custom.css', @@ -80,11 +80,11 @@ const config = { position: 'left', label: 'Docs', }, - {to: 'https://amithkoujalgi.github.io/ollama4j/apidocs/', label: 'Javadoc', position: 'left'}, - {to: 'https://amithkoujalgi.github.io/ollama4j/doxygen/html/', label: 'Doxygen', position: 'left'}, + {to: 'https://ollama4j.github.io/ollama4j/apidocs/', label: 'Javadoc', position: 'left'}, + {to: 'https://ollama4j.github.io/ollama4j/doxygen/html/', label: 'Doxygen', position: 'left'}, {to: '/blog', label: 'Blog', position: 'left'}, { - href: 'https://github.com/amithkoujalgi/ollama4j', + href: 'https://github.com/ollama4j/ollama4j', label: 'GitHub', position: 'right', }, @@ -124,7 +124,7 @@ const config = { }, { label: 'GitHub', - href: 'https://github.com/amithkoujalgi/ollama4j', + href: 'https://github.com/ollama4j/ollama4j', }, ], }, diff --git a/pom.xml b/pom.xml index 305405a..71bdf02 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ Ollama4j Java library for interacting with Ollama API. - https://github.com/amithkoujalgi/ollama4j + https://github.com/ollama4j/ollama4j jar @@ -33,14 +33,14 @@ MIT License - https://raw.githubusercontent.com/amithkoujalgi/ollama4j/main/LICENSE + https://raw.githubusercontent.com/ollama4j/ollama4j/main/LICENSE - scm:git:git@github.com:amithkoujalgi/ollama4j.git - scm:git:https://github.com/amithkoujalgi/ollama4j.git - https://github.com/amithkoujalgi/ollama4j + scm:git:git@github.com:ollama4j/ollama4j.git + scm:git:https://github.com/ollama4j/ollama4j.git + https://github.com/ollama4j/ollama4j ollama4j-revision