This is an automated email from the ASF dual-hosted git repository. luzhijing 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 6fcce7fd57c Update newsletter.data.ts (#327) 6fcce7fd57c is described below commit 6fcce7fd57c77eb9c0c637598feaabba9356ad2c Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Tue Oct 17 20:33:41 2023 +0800 Update newsletter.data.ts (#327) --- src/constant/newsletter.data.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/constant/newsletter.data.ts b/src/constant/newsletter.data.ts index 21ef1acc578..bc0753bb57e 100644 --- a/src/constant/newsletter.data.ts +++ b/src/constant/newsletter.data.ts @@ -2,7 +2,7 @@ export const NEWSLETTER_DATA = [ { tag: 'Release Notes', title: 'Apache Doris Announced the Official Release of Version 2.0.2 ! ', - to: 'https://github.com/apache/doris/issues/25011', + to: 'https://doris.apache.org/blog/release-2.0.2', }, { @@ -13,7 +13,7 @@ export const NEWSLETTER_DATA = [ }, { tag: 'Best Practice', - title: 'Log Analysis: How to Digest 15 Billion Logs Per Day and Keep Big Queries Within 1 Second', - to: '/blog/Log-Analysis-How-to-Digest-15-Billion-Logs-Per-Day-and-Keep-Big-Queries-Within-1-Second', + title: 'Migrating from ClickHouse to Apache Doris: What Happened?', + to: '/blog/migrating-from-clickhouse-to-apache-doris-what-happened', }, ]; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org