From f53addb07cb1a40103c14c24f724e81c6cd40009 Mon Sep 17 00:00:00 2001 From: Sergey Karmanov Date: Mon, 3 Nov 2025 22:12:20 +0300 Subject: [PATCH] Fix editor url --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index fc66b27..e43bd30 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -51,7 +51,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/RecloudTech', + 'https://github.com/RecloudTech/recloud-wiki/tree/master', }, blog: { showReadingTime: true,