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 cfd4a3e Change link address
new ae747eb Merge pull request #148 from break60/master
cfd4a3e is described below
commit cfd4a3e190e57ca454dc398e5b22b8e89a561863
Author: break60 <[email protected]>
AuthorDate: Tue Jul 7 18:05:05 2020 +0800
Change link address
---
site_config/community.jsx | 7 -------
site_config/site.js | 8 ++++----
2 files changed, 4 insertions(+), 11 deletions(-)
diff --git a/site_config/community.jsx b/site_config/community.jsx
index cef11f5..e088b94 100755
--- a/site_config/community.jsx
+++ b/site_config/community.jsx
@@ -120,13 +120,6 @@ export default {
link: '/zh-cn/blog/meetup_2019_12_08.html',
},
{
- img: '/img/2019-12-08/941576036700_.pic_hd.jpg',
- title: 'Apache ShardingSphere & DolphinScheduler联合Meetup成功举行',
- content: 'Apache ShardingSphere & DolphinScheduler联合Meetup
2019年12月8日在北京成功举行。',
- dateStr: '2019-12-13',
- link: '/zh-cn/blog/meetup_2019_12_08.html',
- },
- {
img: '/img/meetup_20191026.jpg',
title: 'Apache Dolphin Scheduler(Incubating) Meetup 成功举行',
content: 'Apache Dolphin Scheduler(Incubating) Meetup
2019年10月26日在上海成功举行。',
diff --git a/site_config/site.js b/site_config/site.js
index 9c1cf97..0f2596f 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -73,7 +73,7 @@ export default {
list: [
{
text: 'Overview',
- link: '/en-us/docs/1.2.0/user_doc/architecture-design.html',
+ link: '/en-us/docs/development/architecture-design.html',
},
{
text: 'Quick start',
@@ -110,7 +110,7 @@ export default {
},
],
},
- copyright: 'Copyright © 2018-2019 The Apache Software Foundation. Apache
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The
Apache Software Foundation.',
+ copyright: 'Copyright © 2018-2020 The Apache Software Foundation. Apache
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The
Apache Software Foundation.',
},
'zh-cn': {
pageMenu: [
@@ -180,7 +180,7 @@ export default {
list: [
{
text: '概览',
- link: '/zh-cn/docs/1.2.0/user_doc/architecture-design.html',
+ link: '/zh-cn/docs/development/architecture-design.html',
},
{
text: '快速开始',
@@ -217,6 +217,6 @@ export default {
},
],
},
- copyright: 'Copyright © 2018-2019 The Apache Software Foundation. Apache
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The
Apache Software Foundation.',
+ copyright: 'Copyright © 2018-2020 The Apache Software Foundation. Apache
DolphinScheduler, DolphinScheduler, and its feather logo are trademarks of The
Apache Software Foundation.',
},
};