You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/12/07 11:32:13 UTC

[doris-website] branch master updated: fix 1.2.0 releasenotes path (#175)

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 baffc7a7c55 fix 1.2.0 releasenotes path (#175)
baffc7a7c55 is described below

commit baffc7a7c557ba1f89f0302b79c06880efc11c54
Author: song7788q <so...@gmail.com>
AuthorDate: Wed Dec 7 19:32:07 2022 +0800

    fix 1.2.0 releasenotes path (#175)
---
 src/constant/download.data.ts | 12 ++++++------
 src/pages/download/index.tsx  |  4 +++-
 src/pages/index.tsx           |  2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/constant/download.data.ts b/src/constant/download.data.ts
index 65bb87c21df..5da29f35a8a 100644
--- a/src/constant/download.data.ts
+++ b/src/constant/download.data.ts
@@ -269,37 +269,37 @@ export function getAllRelease(locale: string) {
         {
             version: '1.2.0 ( latest )',
             date: '2022-12-07',
-            note: '/docs/releasenotes/release-1.2.0',
+            note: '/docs/dev/releasenotes/release-1.2.0',
             download: `${sources}doris/1.2/1.2.0-rc04/`,
         },
         {
             version: '1.1.4',
             date: '2022-11-11',
-            note: '/docs/releasenotes/release-1.1.4',
+            note: '/docs/dev/releasenotes/release-1.1.4',
             download: `${sources}doris/1.1/1.1.4-rc01/`,
         },
         {
             version: '1.1.3',
             date: '2022-10-17',
-            note: '/docs/releasenotes/release-1.1.3',
+            note: '/docs/dev/releasenotes/release-1.1.3',
             download: `${sources}doris/1.1/1.1.3-rc02/`,
         },
         {
             version: '1.1.2',
             date: '2022-09-13',
-            note: '/docs/releasenotes/release-1.1.2',
+            note: '/docs/dev/releasenotes/release-1.1.2',
             download: `${sources}doris/1.1/1.1.2-rc05/`,
         },
         {
             version: '1.1.1',
             date: '2022-07-29',
-            note: '/docs/releasenotes/release-1.1.1',
+            note: '/docs/dev/releasenotes/release-1.1.1',
             download: `${sources}doris/1.1/1.1.1-rc03/`,
         },
         {
             version: '1.1.0',
             date: '2022-07-14',
-            note: '/docs/releasenotes/release-1.1.0',
+            note: '/docs/dev/releasenotes/release-1.1.0',
             download: `${sources}doris/1.1/1.1.0-rc05/`,
         },
         {
diff --git a/src/pages/download/index.tsx b/src/pages/download/index.tsx
index f7b4d234cef..69d183535a0 100644
--- a/src/pages/download/index.tsx
+++ b/src/pages/download/index.tsx
@@ -191,7 +191,9 @@ export default function Download(): JSX.Element {
                                                 UDF ,下载后需要将其中放到
                                                 <code>be/lib</code>
                                                 目录下。详细升级注意事项请参考
-                                                <Link to="/docs/releasenotes/release-1.2.0">1.2.0 Release Note</Link>
+                                                <Link to="/docs/dev/releasenotes/release-1.2.0">
+                                                    1.2.0 Release Note
+                                                </Link>
                                                 以及
                                                 <Link to="/docs/dev/install/install-deploy">
                                                     <Translate id="Installation and deployment">
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index b9516d4b522..fe1317d3094 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -151,7 +151,7 @@ export default function Home(): JSX.Element {
                     <div className="news-wrap">
                         <div className="news-item">
                             <span className="news-icon"></span>
-                            <Link to="/docs/releasenotes/release-1.2.0" className="news-content">
+                            <Link to="/docs/dev/releasenotes/release-1.2.0" className="news-content">
                                 <Translate id="homepage.news" description="The label for the link to homepage news">
                                     2022.12.07, Apache Doris 1.2.0 is officially released
                                 </Translate>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org