diff --git a/docs/docs/intro.md b/docs/docs/intro.md index bd8ffd9..de7f0d9 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -41,11 +41,11 @@ terminal of your code editor. The command runs the Ollama server locally at **http://localhost:11434/**. -### Start your project +### Setup your project Get started by **creating a new Maven project** on your favorite IDE. -Add the dependency to your project. +Add the dependency to your project's `pom.xml`. ```xml diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 6e8dff7..56ba391 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -44,14 +44,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/amithkoujalgi/ollama4j', + 'https://github.com/amithkoujalgi/ollama4j/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', + 'https://github.com/amithkoujalgi/ollama4j/docs', }, theme: { customCss: './src/css/custom.css',