From d2d1d4d1f8253204f9cdc3c5fdae8d42345921b2 Mon Sep 17 00:00:00 2001 From: JayClock <35857909+JayClock@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:25:52 +0800 Subject: [PATCH] fix: update edit url --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 53d59178e..1510729ac 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -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/unit-mesh/auto-dev/tree/master/docs/', + 'https://github.com/unit-mesh/autodev-docs/tree/master/docs/', }, theme: { customCss: require.resolve('./src/css/custom.css'),