From 1911afe3ee26e8154b9d7671ae318af3f7fa1cc5 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Tue, 26 Dec 2023 15:38:23 +0530 Subject: [PATCH] Updated docs --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 56ba391..7147e33 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/docs', + 'https://github.com/amithkoujalgi/ollama4j/blob/main/docs/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/docs', + 'https://github.com/amithkoujalgi/ollama4j/blob/main/docs/docs', }, theme: { customCss: './src/css/custom.css',