This is an automated email from the ASF dual-hosted git repository.
chufenggao pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 61457d1c2f [Hotfix][Docs] Fix 404 dead links (#12261)
61457d1c2f is described below
commit 61457d1c2fe95102184201d5127fb28bae9930ac
Author: TyrantLucifer <[email protected]>
AuthorDate: Sat Oct 8 19:43:35 2022 +0800
[Hotfix][Docs] Fix 404 dead links (#12261)
---
docs/configs/site.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configs/site.js b/docs/configs/site.js
index 7acd722f33..6334fb6390 100644
--- a/docs/configs/site.js
+++ b/docs/configs/site.js
@@ -51,7 +51,7 @@ export default {
{
key: 'docs1',
text: '3.0.1',
- link: '/en-us/docs/3.0.1/user_doc/guide/quick-start.html',
+ link: '/en-us/docs/3.0.1/user_doc/about/introduction.html',
},
{
key: 'docs2',