You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/03/18 14:39:08 UTC

[dolphinscheduler-website] branch master updated: Fix dead link jump to dev version docs (#743)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 92c6e57  Fix dead link jump to dev version docs (#743)
92c6e57 is described below

commit 92c6e576da037042ab1e434ecd7f0a03aed23aaf
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Fri Mar 18 22:39:03 2022 +0800

    Fix dead link jump to dev version docs (#743)
---
 site_config/site.js |  4 ++--
 sitemap.xml         | 10 ----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/site_config/site.js b/site_config/site.js
index bf518a8..304cc6d 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -42,7 +42,7 @@ export default {
           {
             key: 'docsdev',
             text: 'dev',
-            link: '/en-us/docs/dev/user_doc/guide/quick-start.html',
+            link: '/en-us/docs/dev/user_doc/about/introduction.html',
           },
         ],
       },
@@ -224,7 +224,7 @@ export default {
           {
             key: 'docsdev',
             text: 'dev',
-            link: '/zh-cn/docs/dev/user_doc/guide/quick-start.html',
+            link: '/zh-cn/docs/dev/user_doc/about/introduction.html',
           },
         ],
       },
diff --git a/sitemap.xml b/sitemap.xml
index 6df6d74..c3f5bc9 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -22,11 +22,6 @@
   <priority>0.80</priority>
 </url>
 <url>
-  <loc>https://dolphinscheduler.apache.org/en-us/docs/dev/user_doc/guide/quick-start.html</loc>
-  <lastmod>2021-11-18T03:50:27+00:00</lastmod>
-  <priority>0.80</priority>
-</url>
-<url>
   <loc>https://dolphinscheduler.apache.org/en-us/download/download.html</loc>
   <lastmod>2021-11-17T08:02:58+00:00</lastmod>
   <priority>0.80</priority>
@@ -1588,11 +1583,6 @@
   <priority>0.80</priority>
 </url>
 <url>
-  <loc>https://dolphinscheduler.apache.org/zh-cn/docs/dev/user_doc/guide/quick-start.html</loc>
-  <lastmod>2021-11-18T03:50:27+00:00</lastmod>
-  <priority>0.80</priority>
-</url>
-<url>
   <loc>https://dolphinscheduler.apache.org/zh-cn/download/download.html</loc>
   <lastmod>2021-11-17T08:02:58+00:00</lastmod>
   <priority>0.80</priority>