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',