You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2020/01/16 08:20:47 UTC

[incubator-dolphinscheduler-website] branch master updated: update API url

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 12ea2cb  update API url
     new 79e1bd5  Merge pull request #75 from dailidong/master
12ea2cb is described below

commit 12ea2cb702e8616fda085bb48d1625ff1f0951c8
Author: dailidong <da...@gmail.com>
AuthorDate: Thu Jan 16 16:18:24 2020 +0800

    update API url
---
 site_config/docs.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site_config/docs.js b/site_config/docs.js
index d03e512..facd3fb 100755
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -33,7 +33,7 @@ export default {
                     {
                         title: 'Api Document',
                         target: '_blank',
-                        link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=en&lang=en'
+                        link: 'http://106.75.43.194:8888/dolphinscheduler/doc.html?language=en&lang=en'
                     }
                 ]
             },
@@ -101,7 +101,7 @@ export default {
                     {
                         title: 'API文档',
                         target: '_blank',
-                        link: 'http://106.75.43.194:8888/easyscheduler/doc.html?language=zh_CN&lang=zh'
+                        link: 'http://106.75.43.194:8888/dolphinscheduler/doc.html?language=zh_CN&lang=zh'
                     }
                 ]
             },