This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0c723cd9b26 update homepage news (#99)
0c723cd9b26 is described below
commit 0c723cd9b2652940436a88b9afaa101390d5fea0
Author: wangyongfeng <[email protected]>
AuthorDate: Wed Sep 14 12:04:04 2022 +0800
update homepage news (#99)
Co-authored-by: wangyf0555 <[email protected]>
---
i18n/zh-CN/code.json | 2 +-
src/pages/index.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json
index 407b87a43a4..d6c742c8498 100644
--- a/i18n/zh-CN/code.json
+++ b/i18n/zh-CN/code.json
@@ -315,7 +315,7 @@
"message": "Doris 团队"
},
"homepage.news": {
- "message": "2022.7.14,Apache Doris 1.1 版本正式发布",
+ "message": "2022.9.13,Apache Doris 1.1.2 版本正式发布",
"description": "The label for the link to homepage news"
},
"homepage.what": {
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index d997caa680f..206b83eda9d 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -151,9 +151,9 @@ export default function Home(): JSX.Element {
<div className="news-wrap">
<div className="news-item">
<span className="news-icon"></span>
- <Link to="/blog/1.1%20Release"
className="news-content">
+ <Link to="/blog/release-1.1.2"
className="news-content">
<Translate id="homepage.news" description="The
label for the link to homepage news">
- 2022.7.14, Apache Doris version 1.1 is
officially released
+ 2022.9.13, Apache Doris 1.1.2 is
officially released
</Translate>
</Link>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]