From f77fe61627fc8f547a752a579afbce3036c2538d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ce?= <264327807@qq.com> Date: Thu, 23 Jul 2020 11:24:50 +0800 Subject: [PATCH] modyfied broken links --- .../{checkpoint-(mot).md => checkpoint_mot.md} | 0 .../{error-log-(mot).md => error-log_mot.md} | 0 ...llection-(mot).md => garbage-collection_mot.md} | 0 .../Developerguide/{jit-(mot).md => jit_mot.md} | 0 content/en/docs/Developerguide/mot-concepts.md | 2 +- .../Developerguide/mot-configuration-settings.md | 14 +++++++------- ...on-(jit).md => query-native-compilation_jit.md} | 0 .../{redo-log-(mot).md => redo-log_mot.md} | 0 .../{statistics-(mot).md => statistics_mot.md} | 0 .../{storage-(mot).md => storage_mot.md} | 0 10 files changed, 8 insertions(+), 8 deletions(-) rename content/en/docs/Developerguide/{checkpoint-(mot).md => checkpoint_mot.md} (100%) rename content/en/docs/Developerguide/{error-log-(mot).md => error-log_mot.md} (100%) rename content/en/docs/Developerguide/{garbage-collection-(mot).md => garbage-collection_mot.md} (100%) rename content/en/docs/Developerguide/{jit-(mot).md => jit_mot.md} (100%) rename content/en/docs/Developerguide/{query-native-compilation-(jit).md => query-native-compilation_jit.md} (100%) rename content/en/docs/Developerguide/{redo-log-(mot).md => redo-log_mot.md} (100%) rename content/en/docs/Developerguide/{statistics-(mot).md => statistics_mot.md} (100%) rename content/en/docs/Developerguide/{storage-(mot).md => storage_mot.md} (100%) diff --git a/content/en/docs/Developerguide/checkpoint-(mot).md b/content/en/docs/Developerguide/checkpoint_mot.md similarity index 100% rename from content/en/docs/Developerguide/checkpoint-(mot).md rename to content/en/docs/Developerguide/checkpoint_mot.md diff --git a/content/en/docs/Developerguide/error-log-(mot).md b/content/en/docs/Developerguide/error-log_mot.md similarity index 100% rename from content/en/docs/Developerguide/error-log-(mot).md rename to content/en/docs/Developerguide/error-log_mot.md diff --git a/content/en/docs/Developerguide/garbage-collection-(mot).md b/content/en/docs/Developerguide/garbage-collection_mot.md similarity index 100% rename from content/en/docs/Developerguide/garbage-collection-(mot).md rename to content/en/docs/Developerguide/garbage-collection_mot.md diff --git a/content/en/docs/Developerguide/jit-(mot).md b/content/en/docs/Developerguide/jit_mot.md similarity index 100% rename from content/en/docs/Developerguide/jit-(mot).md rename to content/en/docs/Developerguide/jit_mot.md diff --git a/content/en/docs/Developerguide/mot-concepts.md b/content/en/docs/Developerguide/mot-concepts.md index 8a51e6719..8dc0330ad 100644 --- a/content/en/docs/Developerguide/mot-concepts.md +++ b/content/en/docs/Developerguide/mot-concepts.md @@ -20,7 +20,7 @@ This**** chapter describes how openGauss MOT is designed and how it works. It a - **[Recovery](recovery-23.md)** -- **[Query Native Compilation \(JIT\)](query-native-compilation-(jit).md)** +- **[Query Native Compilation \(JIT\)](query-native-compilation_jit.md)** - **[Scale-out Distributed Database](scale-out-distributed-database.md)** diff --git a/content/en/docs/Developerguide/mot-configuration-settings.md b/content/en/docs/Developerguide/mot-configuration-settings.md index 23bc43ecf..fa2caa10f 100644 --- a/content/en/docs/Developerguide/mot-configuration-settings.md +++ b/content/en/docs/Developerguide/mot-configuration-settings.md @@ -10,23 +10,23 @@ Read the [General Guidelines](general-guidelines.md)section and then review and The following topics describe each section in the mot.conf file and the settings that it contains, as well as the default value of each. -[REDO LOG \(MOT\)](redo-log-(mot).md) +[REDO LOG \(MOT\)](redo-log_mot.md) -[CHECKPOINT \(MOT\)](checkpoint-(mot).md) +[CHECKPOINT \(MOT\)](checkpoint_mot.md) [RECOVERY](#_#_recovery) -[STATISTICS \(MOT\)](statistics-(mot).md) +[STATISTICS \(MOT\)](statistics_mot.md) -[ERROR LOG \(MOT\)](error-log-(mot).md) +[ERROR LOG \(MOT\)](error-log_mot.md) [MEMORY](#_#_memory) -[GARBAGE COLLECTION \(MOT\)](garbage-collection-(mot).md) +[GARBAGE COLLECTION \(MOT\)](garbage-collection_mot.md) -[JIT \(MOT\)](jit-(mot).md) +[JIT \(MOT\)](jit_mot.md) -[STORAGE \(MOT\)](storage-(mot).md) +[STORAGE \(MOT)\)](storage_mot.md) [Default MOT.conf](default-mot-conf.md) diff --git a/content/en/docs/Developerguide/query-native-compilation-(jit).md b/content/en/docs/Developerguide/query-native-compilation_jit.md similarity index 100% rename from content/en/docs/Developerguide/query-native-compilation-(jit).md rename to content/en/docs/Developerguide/query-native-compilation_jit.md diff --git a/content/en/docs/Developerguide/redo-log-(mot).md b/content/en/docs/Developerguide/redo-log_mot.md similarity index 100% rename from content/en/docs/Developerguide/redo-log-(mot).md rename to content/en/docs/Developerguide/redo-log_mot.md diff --git a/content/en/docs/Developerguide/statistics-(mot).md b/content/en/docs/Developerguide/statistics_mot.md similarity index 100% rename from content/en/docs/Developerguide/statistics-(mot).md rename to content/en/docs/Developerguide/statistics_mot.md diff --git a/content/en/docs/Developerguide/storage-(mot).md b/content/en/docs/Developerguide/storage_mot.md similarity index 100% rename from content/en/docs/Developerguide/storage-(mot).md rename to content/en/docs/Developerguide/storage_mot.md -- Gitee