From 43094895bc8fb85c3dbe43ac056f981811df1fd6 Mon Sep 17 00:00:00 2001 From: hvolmer <5054691+hvolmer@users.noreply.github.com> Date: Tue, 11 Feb 2020 12:18:28 -0700 Subject: [PATCH] Updated Essentials Architecture (markdown) --- Essentials-Architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Essentials-Architecture.md b/Essentials-Architecture.md index 0696e04..49cdca5 100644 --- a/Essentials-Architecture.md +++ b/Essentials-Architecture.md @@ -7,11 +7,11 @@ Essentials Framework is a collection of C# / Simpl# Pro libraries that can be ut The table below is meant to serve as a guide to understand the basic organization of code concepts within the various libraries that make up the architecture. ---- PUT TABLE HERE --- +![Table](https://pepperdash.github.io/Essentials/arch-table.png) The diagram below shows the reference dependencies that exist between the different component libraries that make up the Essentials Framework. -![Architecture drawing](https://pepperdash.github.io/Essentials/Essentials%20High%20Level%20Architecture.png) +![Architecture drawing](https://pepperdash.github.io/Essentials/arch-high-level.png) ### Architecture