From 2f054b04c1177d7d4973a97595f60a336fed29b9 Mon Sep 17 00:00:00 2001 From: dou33 Date: Sat, 8 Oct 2022 11:05:56 +0800 Subject: [PATCH] modify ukui info --- docs/en/docs/desktop/installing-UKUI.md | 4 ++-- docs/zh/docs/desktop/UKUIuserguide.md | 2 +- "docs/zh/docs/desktop/\345\256\211\350\243\205UKUI.md" | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/docs/desktop/installing-UKUI.md b/docs/en/docs/desktop/installing-UKUI.md index b45f7b538..210245b78 100644 --- a/docs/en/docs/desktop/installing-UKUI.md +++ b/docs/en/docs/desktop/installing-UKUI.md @@ -5,7 +5,7 @@ UKUI supports both x86_64 and aarch64 architectures. You are advised to create an administrator user before installing UKUI. -1. Download openEuler 21.09 and update the software source. +1. Download openEuler ISO and update the software source. ``` sudo dnf update ``` @@ -18,4 +18,4 @@ sudo dnf install ukui systemctl set-default graphical.target ``` UKUI is constantly updated. Please check the latest installation method: -[https://gitee.com/openkylin/ukui-issues](https://gitee.com/openkylin/ukui-issues) +[https://gitee.com/openeuler/ukui](https://gitee.com/openeuler/ukui) diff --git a/docs/zh/docs/desktop/UKUIuserguide.md b/docs/zh/docs/desktop/UKUIuserguide.md index 8eac8f1cf..18e6778ae 100755 --- a/docs/zh/docs/desktop/UKUIuserguide.md +++ b/docs/zh/docs/desktop/UKUIuserguide.md @@ -3,7 +3,7 @@ ## 概述 -桌面是用户进行图形界面操作的基础,UKUI(UbuntuKylin UI)提供了多个功能部件,包括任务栏、开始菜单等,本文主要描述 UKUI 的使用。 +桌面是用户进行图形界面操作的基础,UKUI提供了多个功能部件,包括任务栏、开始菜单等,本文主要描述 UKUI 的使用。 主界面如下图所示。 diff --git "a/docs/zh/docs/desktop/\345\256\211\350\243\205UKUI.md" "b/docs/zh/docs/desktop/\345\256\211\350\243\205UKUI.md" index c83cda003..6b74b4856 100644 --- "a/docs/zh/docs/desktop/\345\256\211\350\243\205UKUI.md" +++ "b/docs/zh/docs/desktop/\345\256\211\350\243\205UKUI.md" @@ -6,7 +6,7 @@ UKUI支持x86_64和aarch64两种架构。 安装时,建议新建一个管理员用户。 -1.下载 openEuler 22.09 镜像并安装系统。 +1.下载 openEuler ISO 镜像并安装系统。 ``` sudo dnf update ``` @@ -19,4 +19,4 @@ sudo dnf install ukui systemctl set-default graphical.target ``` 目前UKUI版本还在不断的更新,最新的安装方法请查阅: -[https://gitee.com/openkylin/ukui-issues](https://gitee.com/openkylin/ukui-issues) +[https://gitee.com/openeuler/ukui](https://gitee.com/openeuler/ukui) \ No newline at end of file -- Gitee