From a73978f2e8213fd072d3af5cc88d36a9809265cd Mon Sep 17 00:00:00 2001 From: Ray Zhou Date: Thu, 2 Apr 2020 16:55:02 +0800 Subject: [PATCH] Fix broken links --- developer-guide/concepts-and-designs/README.md | 16 ++++++++-------- .../devops-pipeline-overview.md | 2 +- .../{s2i_b2i_overview.md => s2i-b2i-overview.md} | 0 3 files changed, 9 insertions(+), 9 deletions(-) rename sig-devops/concepts-and-designs/{s2i_b2i_overview.md => s2i-b2i-overview.md} (100%) diff --git a/developer-guide/concepts-and-designs/README.md b/developer-guide/concepts-and-designs/README.md index f04a38e1e..089f40f83 100644 --- a/developer-guide/concepts-and-designs/README.md +++ b/developer-guide/concepts-and-designs/README.md @@ -8,19 +8,19 @@ Concepts and Designs help you to learn and understand the KubeSphere and the lan ## DevOps -- [KubeSphere DevOps Pipeline Overview](sig-devops/devops-pipeline-overview.md): explains the architecture and key components of KubeSphere pipeline. -- [KubeSphere S2I and B2I overview](sig-devops/s2i_b2i_overview.md): explains the workflow and principle of KubeSphere S2I (Source-to-Image) and B2I (Binary-to-Image). +- [KubeSphere DevOps Pipeline Overview](../../sig-devops/concepts-and-designs/devops-pipeline-overview.md): explains the architecture and key components of KubeSphere pipeline. +- [KubeSphere S2I and B2I overview](../../sig-devops/concepts-and-designs/s2i-b2i-overview.md): explains the workflow and principle of KubeSphere S2I (Source-to-Image) and B2I (Binary-to-Image). ## Observability ### KubeSphere Monitoring -- [Overview](sig-observability/kubesphere-monitoring.md#Overview): explains the architecture and key components behind the monitoring system. -- [Setup](sig-observability/kubesphere-monitoring.md#Setup): introduces manifests related to Prometheus setup. +- [Overview](../../sig-observability/concepts-and-designs/kubesphere-monitoring.md#Overview): explains the architecture and key components behind the monitoring system. +- [Setup](../../sig-observability/concepts-and-designs/kubesphere-monitoring.md#Setup): introduces manifests related to Prometheus setup. ### KubeSphere Logging -- [Overview](sig-observability/kubesphere-logging.md#Overview): explains the architecture and key components behind the logging system. -- [Log Collection and Forward](sig-observability/kubesphere-logging.md#Log-Collection-and-Forward): introduces logging agent and the sidecar-based solution for collecting application logs on disk. -- [Log Store and Management](sig-observability/kubesphere-logging.md#Log-Store-and-Management): introduces long-term log storage and management. -- [Log Search, Export and Visualization](sig-observability/kubesphere-logging.md#Log-Search,-Export-and-Visualization): introduces log query and reporting. +- [Overview](../../sig-observability/concepts-and-designs/kubesphere-logging.md#Overview): explains the architecture and key components behind the logging system. +- [Log Collection and Forward](../../sig-observability/concepts-and-designs/kubesphere-logging.md#Log-Collection-and-Forward): introduces logging agent and the sidecar-based solution for collecting application logs on disk. +- [Log Store and Management](../../sig-observability/concepts-and-designs/kubesphere-logging.md#Log-Store-and-Management): introduces long-term log storage and management. +- [Log Search, Export and Visualization](../../sig-observability/concepts-and-designs/kubesphere-logging.md#Log-Search,-Export-and-Visualization): introduces log query and reporting. diff --git a/sig-devops/concepts-and-designs/devops-pipeline-overview.md b/sig-devops/concepts-and-designs/devops-pipeline-overview.md index 65ba97eb9..c55325987 100644 --- a/sig-devops/concepts-and-designs/devops-pipeline-overview.md +++ b/sig-devops/concepts-and-designs/devops-pipeline-overview.md @@ -21,7 +21,7 @@ The KubeSphere DevOps Pipeline API encapsulates the following APIs to provide a KubeSphere apiserver provides multi-tenant API, pipeline API, credential API, code quality analysis API, etc. -![ks-devops-api](../../../images/devops-api.png) +![ks-devops-api](../../images/devops-api.png) ### Multi-tenant isolation diff --git a/sig-devops/concepts-and-designs/s2i_b2i_overview.md b/sig-devops/concepts-and-designs/s2i-b2i-overview.md similarity index 100% rename from sig-devops/concepts-and-designs/s2i_b2i_overview.md rename to sig-devops/concepts-and-designs/s2i-b2i-overview.md