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.git


The following commit(s) were added to refs/heads/master by this push:
     new 90512ebd59 [typo](docs)Metadata Operations and Maintenance link error 
(#13090)
90512ebd59 is described below

commit 90512ebd59dba499f4de4912b26423a23fbce01b
Author: jiafeng.zhang <zhang...@gmail.com>
AuthorDate: Wed Oct 5 22:58:24 2022 +0800

    [typo](docs)Metadata Operations and Maintenance link error (#13090)
    
    * Metadata Operations and Maintenance link error
---
 README.md                                                        | 2 +-
 docs/en/docs/admin-manual/maint-monitor/metadata-operation.md    | 4 ++--
 docs/zh-CN/docs/admin-manual/maint-monitor/metadata-operation.md | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 3cd99e377b..6e25912b4e 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ under the License.
 [![Jenkins 
Vec](https://img.shields.io/jenkins/tests?compact_message&jobUrl=https://ci-builds.apache.org/job/Doris/job/doris_daily_disable_vectorized&label=OriginEngine)](https://ci-builds.apache.org/job/Doris/job/doris_daily_disable_vectorized)
 [![Jenkins 
Ori](https://img.shields.io/jenkins/tests?compact_message&jobUrl=https://ci-builds.apache.org/job/Doris/job/doris_daily_enable_vectorized&label=VectorizedEngine)](https://ci-builds.apache.org/job/Doris/job/doris_daily_enable_vectorized)
 [![Total 
Lines](https://tokei.rs/b1/github/apache/doris?category=lines)](https://github.com/apache/doris)
-[![Join the Doris Community at 
Slack](https://img.shields.io/badge/chat-slack-brightgreen)](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-1h153f1ar-sTJB_QahY1SHvZdtPFoIOQ)
+[![Join the Doris Community at 
Slack](https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-1h153f1ar-sTJB_QahY1SHvZdtPFoIOQ)
 [![Join the chat at 
https://gitter.im/apache-doris/Lobby](https://badges.gitter.im/apache-doris/Lobby.svg)](https://gitter.im/apache-doris/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 [![EN 
doc](https://img.shields.io/badge/Docs-English-blue.svg)](https://doris.apache.org/docs/get-starting/)
 [![CN 
doc](https://img.shields.io/badge/文档-中文版-blue.svg)](https://doris.apache.org/zh-CN/docs/get-starting/)
diff --git a/docs/en/docs/admin-manual/maint-monitor/metadata-operation.md 
b/docs/en/docs/admin-manual/maint-monitor/metadata-operation.md
index db047000b1..bc2439ff58 100644
--- a/docs/en/docs/admin-manual/maint-monitor/metadata-operation.md
+++ b/docs/en/docs/admin-manual/maint-monitor/metadata-operation.md
@@ -28,11 +28,11 @@ under the License.
 
 This document focuses on how to manage Doris metadata in a real production 
environment. It includes the proposed deployment of FE nodes, some commonly 
used operational methods, and common error resolution methods.
 
-For the time being, read the [Doris metadata design 
document](../../design/metadata-design.md) to understand how Doris metadata 
works.
+For the time being, read the [Doris metadata design 
document](/community/design/metadata-design) to understand how Doris metadata 
works.
 
 ## Important tips
 
-* Current metadata design is not backward compatible. That is, if the new 
version has a new metadata structure change (you can see whether there is a new 
VERSION in the `FeMetaVersion.java` file in the FE code), it is usually 
impossible to roll back to the old version after upgrading to the new version. 
Therefore, before upgrading FE, be sure to test metadata compatibility 
according to the operations in the [Upgrade Document](../upgrade.md).
+* Current metadata design is not backward compatible. That is, if the new 
version has a new metadata structure change (you can see whether there is a new 
VERSION in the `FeMetaVersion.java` file in the FE code), it is usually 
impossible to roll back to the old version after upgrading to the new version. 
Therefore, before upgrading FE, be sure to test metadata compatibility 
according to the operations in the [Upgrade 
Document](../../admin-manual/cluster-management/upgrade).
 
 ## Metadata catalog structure
 
diff --git a/docs/zh-CN/docs/admin-manual/maint-monitor/metadata-operation.md 
b/docs/zh-CN/docs/admin-manual/maint-monitor/metadata-operation.md
index f0008a781a..aa1752c93d 100644
--- a/docs/zh-CN/docs/admin-manual/maint-monitor/metadata-operation.md
+++ b/docs/zh-CN/docs/admin-manual/maint-monitor/metadata-operation.md
@@ -28,11 +28,11 @@ under the License.
 
 本文档主要介绍在实际生产环境中,如何对 Doris 的元数据进行管理。包括 FE 节点建议的部署方式、一些常用的操作方法、以及常见错误的解决方法。
 
-在阅读本文当前,请先阅读 [Doris 元数据设计文档](../../design/metadata-design.md) 了解 Doris 
元数据的工作原理。
+在阅读本文当前,请先阅读 [Doris 元数据设计文档](/community/design/metadata-design) 了解 Doris 
元数据的工作原理。
 
 ## 重要提示
 
-* 当前元数据的设计是无法向后兼容的。即如果新版本有新增的元数据结构变动(可以查看 FE 代码中的 `FeMetaVersion.java` 
文件中是否有新增的 VERSION),那么在升级到新版本后,通常是无法再回滚到旧版本的。所以,在升级 FE 之前,请务必按照 
[升级文档](../../admin-manual/cluster-management/upgrade.md) 中的操作,测试元数据兼容性。
+* 当前元数据的设计是无法向后兼容的。即如果新版本有新增的元数据结构变动(可以查看 FE 代码中的 `FeMetaVersion.java` 
文件中是否有新增的 VERSION),那么在升级到新版本后,通常是无法再回滚到旧版本的。所以,在升级 FE 之前,请务必按照 
[升级文档](../../admin-manual/cluster-management/upgrade) 中的操作,测试元数据兼容性。
 
 ## 元数据目录结构
 


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

Reply via email to