This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new 1161d50b5 fix(website): broken edit link (#2913)
1161d50b5 is described below
commit 1161d50b529c66a1b93b010157c0a55548e33874
Author: Suyan <[email protected]>
AuthorDate: Wed Aug 23 20:38:01 2023 +0800
fix(website): broken edit link (#2913)
---
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 322073fa8..526cae230 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -52,14 +52,14 @@ const config = {
docs: {
sidebarPath: require.resolve('./docs/sidebars.js'),
editUrl:
- 'https://github.com/apache/incubator-opendal/website/',
+ 'https://github.com/apache/incubator-opendal/tree/main/website/',
showLastUpdateAuthor: true,
showLastUpdateTime: true
},
blog: {
showReadingTime: true,
editUrl:
- 'https://github.com/apache/incubator-opendal/website/',
+ 'https://github.com/apache/incubator-opendal/tree/main/website/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),