From b70b9fbb61319bb019480247e762418f1faa0021 Mon Sep 17 00:00:00 2001 From: Keith Millette <keith@elixxir.io> Date: Thu, 6 Feb 2025 01:52:49 +0000 Subject: [PATCH] Update paths in docusaurus.config.js --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 5fb019c..f8b9579 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -68,7 +68,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://git.xx.network/xx_network/node-handbook/-/blob/master/website/', + 'https://git.xx.network/websites/handbook.xx.network/-/blob/master/website/', }, blog:false, /*blog: { @@ -162,7 +162,7 @@ const config = { },*/ { label: 'Handbook Source Code', - href: 'https://git.xx.network/xx_network/node-handbook', + href: 'https://git.xx.network/websites/handbook.xx.network', }, { label: 'cMixx Developer Docs', -- GitLab