From 3551b76ea9dd3f89b09a030aa53cf1fe8c55500d Mon Sep 17 00:00:00 2001 From: Robbie Mackay Date: Thu, 10 Aug 2017 11:15:43 +1200 Subject: [PATCH] Fix schema.png link It was pointing to the svg instead --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index 13b1dfc693..a31364f248 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -30,7 +30,7 @@ The Frontend is a javascript application, built on AngularJS. It loads all data ### Data Layer (Mysql) -The database layer is a standard MySQL server. You can see a schema here [svg](schema.svg) [png](schema.svg) +The database layer is a standard MySQL server. You can see a schema here [svg](schema.svg) [png](schema.png) ## Internal API Architecture