From c0106ad77470232e25ce0542aedeaf8454b05bdf Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 6 Jun 2023 16:51:40 -0700 Subject: [PATCH] chore: make edit button go to edit directly --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 908746c..29e000a 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -43,7 +43,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/TabbyML/tabby/tree/main/website', + 'https://github.com/TabbyML/tabby/edit/main/website', }, blog: { showReadingTime: true,