From 4e9e71aca6d952f46ef673439895924d94239231 Mon Sep 17 00:00:00 2001
From: Manuel Kieweg <manuel.kieweg@h-da.de>
Date: Thu, 11 Mar 2021 09:39:31 +0000
Subject: [PATCH] Update ARCHITECTURE.md

---
 ARCHITECTURE.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md
index dfe0f4f44..3d315a6fd 100644
--- a/ARCHITECTURE.md
+++ b/ARCHITECTURE.md
@@ -4,7 +4,7 @@ This document describes the the high-level architecture of the goSDN project. Al
 
 ## Bird's Eye View
 
-![simple architecture diagram](documentation/architecture.png)
+[<img src="documentation/architecture.png"  style="height:50%; width:50%" > ](documentation/architecture.png)
 
 On the highest level goSDn provides a gRPC northbound-interface and two types of southbound-interfaces: RESTCONF and gRPC-based. The northbound interface allows the interaction with a running goSDN daemon and may allow the stacking of multiple controllers in the future. The southbound interface (SBI) capabilities are split in `nucleus` models and plugins. The supported `nucleus` models are OpenConfig yang [openconfig-yang](https://github.com/openconfig/yang)  and TAPI. Third party models and more SBI-transports can be attached using the go plugin architecture.
 
-- 
GitLab