From d8e7c7a7541e172d19df4134ebbe9f78f87d79e3 Mon Sep 17 00:00:00 2001 From: Roy Hadad Date: Tue, 21 Jun 2022 15:07:00 +0300 Subject: [PATCH] refactor: try using relative path instead of remote path for architecture diagrams --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 9c9dd8f..c3c37a7 100644 --- a/Readme.md +++ b/Readme.md @@ -35,8 +35,8 @@ and break it down into multiple JSON schemas, stored in github at Kubeconform relies on [a fork of kubernetes-json-schema](https://github.com/yannh/kubernetes-json-schema/) that is more aggressively kept up-to-date, and contains schemas for all recent versions of Kubernetes. -![Architecture diagram](https://raw.githubusercontent.com/royhadad/kubeconform/add_architecture_diagram/architecture_diagram/architecture_diagram_lightmode.png#gh-light-mode-only) -![Architecture diagram](https://raw.githubusercontent.com/royhadad/kubeconform/add_architecture_diagram/architecture_diagram/architecture_diagram_darkmode.png#gh-dark-mode-only) +![Architecture diagram](./architecture_diagram/architecture_diagram_lightmode.png#gh-light-mode-only) +![Architecture diagram](./architecture_diagram/architecture_diagram_darkmode.png#gh-dark-mode-only) ### Limits of Kubeconform validation