Skip to content

Commit

Permalink
corrected broken diagram link in site (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
kundan2707 committed Jan 31, 2023
1 parent c70a945 commit 57bd544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/architecture.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/maven-example.md
Expand Up @@ -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)

0 comments on commit 57bd544

Please sign in to comment.