From 2095e9b561bfb4622c542c0dcbdc0cf5c0b0afd3 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Mon, 28 Nov 2022 22:13:53 +0100 Subject: [PATCH] Update images links --- ERD/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ERD/README.md b/ERD/README.md index b6c32c7..a0ed856 100644 --- a/ERD/README.md +++ b/ERD/README.md @@ -2,7 +2,7 @@ The Entity-Relationship Diagram (ERD) provides a graphical representation of database tables, columns, and inter-relationships. ERD can give sufficient information for the database administrator to follow when developing and maintaining the database. ## A global overview -![API Schem](https://github.com/xbgmsharp/postgsail/ERD/postgsail.pgerd.png "API Schema") +![API Schema](https://github.com/xbgmsharp/postgsail/ERD/postgsail.pgerd.png?raw=true "API Schema") ## Further There is 3 main schemas: @@ -13,7 +13,7 @@ There is 3 main schemas: - ... - functions - ... -![API Schem](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_api.png "API Schema") +![API Schem](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_api.png?raw=true "API Schema") - Auth Schema ERD - tables @@ -22,7 +22,7 @@ There is 3 main schemas: - ... - functions - ... -![Auth Schema](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_auth.png "Auth Schema") +![Auth Schema](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_auth.png?raw=true "Auth Schema") - Public Schema ERD - tables @@ -31,5 +31,5 @@ There is 3 main schemas: - ... - functions - ... -![Public Schema](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_public.png "Public Schema") +![Public Schema](https://github.com/xbgmsharp/postgsail/ERD/ERD_schema_public.png?raw=true "Public Schema")