From 2b82a52a159c1ccfebc9655e010e1db5daf5b6c1 Mon Sep 17 00:00:00 2001 From: Evawudonger Date: Sat, 28 Jun 2025 16:50:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dsl/en/home.json | 4 ++-- dsl/zh/home.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dsl/en/home.json b/dsl/en/home.json index bccb7469..080e3328 100644 --- a/dsl/en/home.json +++ b/dsl/en/home.json @@ -14,7 +14,7 @@ { "title": "Quick Start", "desc": "Learn the community essentials in 10 minutes, build and grow quickly.", - "href": "/en/docs/24.03_LTS_SP2/server/quickstart/quickstart/quick-start.html", + "href": "/en/docs/24.03_LTS_SP2/server/quickstart/quickstart/quick_start.html", "bg_light": "/dsl/assets/img/started-bg-light.png", "bg_dark": "/dsl/assets/img/started-bg-dark.png", "bg_mb_light": "/dsl/assets/img/started-bg-light-mb.png", @@ -23,7 +23,7 @@ { "title": "Installation Guide", "desc": "Step-by-step instructions for installing openEuler.", - "href": "/en/docs/24.03_LTS_SP2/server/installation_upgrade/installation/installation-preparations.html", + "href": "/en/docs/24.03_LTS_SP2/server/installation_upgrade/installation/installation_on_servers.html", "bg_light": "/dsl/assets/img/install-guide-bg-light.png", "bg_dark": "/dsl/assets/img/install-guide-bg-dark.png", "bg_mb_light": "/dsl/assets/img/install-guide-bg-light-mb.png", diff --git a/dsl/zh/home.json b/dsl/zh/home.json index 9fbbe0dd..4bb94ea6 100644 --- a/dsl/zh/home.json +++ b/dsl/zh/home.json @@ -14,7 +14,7 @@ { "title": "新手入门", "desc": "10分钟玩转社区,快速构建与成长", - "href": "/zh/docs/24.03_LTS_SP2/server/quickstart/quickstart/quick-start.html", + "href": "/zh/docs/24.03_LTS_SP2/server/quickstart/quickstart/quick_start.html", "bg_light": "/dsl/assets/img/started-bg-light.png", "bg_dark": "/dsl/assets/img/started-bg-dark.png", "bg_mb_light": "/dsl/assets/img/started-bg-light-mb.png", @@ -23,7 +23,7 @@ { "title": "安装指南", "desc": "安装 openEuler 操作系统", - "href": "/zh/docs/24.03_LTS_SP2/server/installation_upgrade/installation/installation-preparations.html", + "href": "/zh/docs/24.03_LTS_SP2/server/installation_upgrade/installation/installation_on_servers.html", "bg_light": "/dsl/assets/img/install-guide-bg-light.png", "bg_dark": "/dsl/assets/img/install-guide-bg-dark.png", "bg_mb_light": "/dsl/assets/img/install-guide-bg-light-mb.png", -- Gitee