corrected broken diagram link in site (#1566)

This commit is contained in:
Kundan Kumar
2023-01-31 11:09:21 -05:00
committed by GitHub
parent c70a945739
commit 57bd5442a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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)