From b9ec36efc48b96a64bc749531ff4343b1f46ebfc Mon Sep 17 00:00:00 2001 From: jem Date: Mon, 31 May 2021 20:40:57 +0200 Subject: [PATCH] fix image --- adr-c4k/project-section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adr-c4k/project-section.md b/adr-c4k/project-section.md index 486b908..d7ef29c 100644 --- a/adr-c4k/project-section.md +++ b/adr-c4k/project-section.md @@ -32,7 +32,7 @@ Discussion about project-section in general ## Decision -[](project-section-artifact.png) +![project-section-artifact.png](project-section-artifact.png) 1. We move common used code (predicates for spec, config handling with aero, gopass resolution, yaml serialization and encoding) to c4k-common project. 2. For cli & web frontend code we accept redundancy till we've a clearer picture on how to extract commons