From a053e33779076788b9d85b779b2e84a28753ec8d Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 14 Oct 2024 14:24:34 +0700 Subject: [PATCH] fix: update link editurl field docs --- docs/docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index ed0680352..235c288ef 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -342,7 +342,7 @@ const config: Config = { sidebarPath: "./sidebars.ts", // Please change this to your repo. // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/janhq/cortex.so/tree/main/", + editUrl: "https://github.com/janhq/cortex.cpp/blob/dev/docs/", }, sitemap: { changefreq: "daily",