This is an automated email from the ASF dual-hosted git repository.
kirs 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 6038bec Fix 404 when switching between Chinese and English in blog
(#589)
6038bec is described below
commit 6038bec9c192790d2beea9fd957d5b6c7db118b1
Author: lifeng <[email protected]>
AuthorDate: Fri Dec 17 10:53:43 2021 +0800
Fix 404 when switching between Chinese and English in blog (#589)
* Update YouZan-case-study.md
* updata
* updata
* updata
---
blog/en-us/{DS-2.0-alpha-release(En).md => DS-2.0-alpha-release.md} | 0
blog/en-us/{Lizhi-case-study(En).md => Lizhi-case-study.md} | 0
site_config/blog.js | 4 ++--
site_config/home.jsx | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/blog/en-us/DS-2.0-alpha-release(En).md
b/blog/en-us/DS-2.0-alpha-release.md
similarity index 100%
rename from blog/en-us/DS-2.0-alpha-release(En).md
rename to blog/en-us/DS-2.0-alpha-release.md
diff --git a/blog/en-us/Lizhi-case-study(En).md b/blog/en-us/Lizhi-case-study.md
similarity index 100%
rename from blog/en-us/Lizhi-case-study(En).md
rename to blog/en-us/Lizhi-case-study.md
diff --git a/site_config/blog.js b/site_config/blog.js
index 1545334..2488bb4 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -15,14 +15,14 @@ export default {
author: 'Debra Chen',
dateStr: '2021-11-24',
desc: 'Lizhi case study(En)',
- link: '/en-us/blog/Lizhi-case-study(En).html',
+ link: '/en-us/blog/Lizhi-case-study.html',
},
{
title: 'Refactoring, Plug-in, Performance Improves By 20
times, Apache DolphinScheduler 2.0 alpha Release Highlights Check!',
author: 'Debra Chen',
dateStr: '2021-10-29',
desc: 'DolphinScheduler 2.0 alpha release',
- link: '/en-us/blog/DS-2.0-alpha-release(En).html',
+ link: '/en-us/blog/DS-2.0-alpha-release.html',
},
{
title: 'DolphinScheduler Vulnerability Explanation',
diff --git a/site_config/home.jsx b/site_config/home.jsx
index 94625b2..20a6c9b 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -598,7 +598,7 @@ export default {
title: 'Refactoring, Plug-in, Performance Improves By 20 times,
Apache DolphinScheduler 2.0 alpha Release Highlights Check!',
content: 'ello community, good news! After nearly 10 months of joint
efforts ...',
dateStr: '2021-10-29',
- link: '/en-us/blog/DS-2.0-alpha-release(En).html',
+ link: '/en-us/blog/DS-2.0-alpha-release.html',
},
],
},