Skip to content

Commit

Permalink
docs: fix architecture design diagram (#1600)
Browse files Browse the repository at this point in the history
Signed-off-by: AhmedGrati <[email protected]>
  • Loading branch information
AhmedGrati authored Apr 5, 2023
1 parent 49fb7c7 commit 1d86eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ redirect_from:

`kompose` has 3 stages: _Loader_, _Transformer_ and _Outputter_. Each stage should have a well-defined interface, so it is easy to write a new Loader, Transformer, or Outputters and plug it in. Currently, only Loader and Transformer interfaces are defined.

![Design Diagram](https://github.com/kubernetes/kompose/blob/master/docs/images/design_diagram.png)
![Design Diagram](https://raw.githubusercontent.com/kubernetes/kompose/main/docs/images/design_diagram.png)

## Loader

Expand Down

0 comments on commit 1d86eae

Please sign in to comment.