From 57bd5442a2f9947249f4638f8ecdf64a0c3148c8 Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Tue, 31 Jan 2023 21:39:21 +0530 Subject: [PATCH] corrected broken diagram link in site (#1566) --- docs/architecture.md | 2 +- docs/maven-example.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index dd162ae8..d54e35d8 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -14,7 +14,7 @@ redirect_from: `kompose` has 3 stages: Loader, Transformer and Outputter. Each Stage should have well defined interface so it is easy to write new Loader, Transformer or Outputters and plug it in. Currently only Loader and Transformer interfaces are defined. -![Design Diagram](/docs/images/design_diagram.png) +![Design Diagram](https://github.com/kubernetes/kompose/blob/master/docs/images/design_diagram.png) ## Loader diff --git a/docs/maven-example.md b/docs/maven-example.md index 42dddb6a..a2a8e620 100644 --- a/docs/maven-example.md +++ b/docs/maven-example.md @@ -95,4 +95,4 @@ Created the new window in existing browser session. It will open your application endpoint in default browser. -![Output-Diagram](/docs/images/kompose-maven-output-diagram.png) +![Output-Diagram](https://github.com/kubernetes/kompose/blob/master/docs/images/kompose-maven-output-diagram.png)