corrected broken diagram link in site (#1566)

This commit is contained in:
Kundan Kumar 2023-01-31 21:39:21 +05:30 committed by GitHub
parent c70a945739
commit 57bd5442a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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

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)