From 4c565cec8635a43068516f5a5e879ee9f4a8acff Mon Sep 17 00:00:00 2001 From: Tim <67682506+Ein-Tim@users.noreply.github.com> Date: Sun, 22 Aug 2021 19:31:23 +0200 Subject: [PATCH] Improve backend-infrastructure-architecture documentation This commit 1. fixes the link to the Server repository 2. adds hyphens to "Corona-Warn-App" 3. adds a link to the PDF --- backend-infrastructure-architecture.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend-infrastructure-architecture.md b/backend-infrastructure-architecture.md index 41f5b82..5236930 100644 --- a/backend-infrastructure-architecture.md +++ b/backend-infrastructure-architecture.md @@ -1,9 +1,9 @@ -# German Corona Warn App (CWA) +# German Corona-Warn-App (CWA) ## Backend Infrastructure Architecture Overview The file ``backend-infrastructure-architecture.pdf`` complements the "CWA Solution Architecture" document. It is intended as a technical overview document of Corona Warn App (CWA) and its underlying infrastructure and network. -This description of the **CWA backend infrastructure architecture** is not published as MD file, because it is not intended to be developed together with the community. Whoever takes the sources and sets up their own "Corona-Warn-App" may use another backend structure. Nevertheless, it might be helpful to know how the current project is implemented in a data center. Therefore, we publish this document as a PDF file. +This description of the **CWA backend infrastructure architecture** is not published as MD file, because it is not intended to be developed together with the community. Whoever takes the sources and sets up their own "Corona-Warn-App" may use another backend structure. Nevertheless, it might be helpful to know how the current project is implemented in a data center. Therefore, we publish this document as a [PDF](https://github.com/corona-warn-app/cwa-documentation/blob/master/backend-infrastructure-architecture.pdf) file. -More CWA-Server Documentation can be found [here](https://github.com/corona-warn-app/cwa-server/tree/master/docs) +More CWA-Server Documentation can be found [here](https://github.com/corona-warn-app/cwa-server/tree/main/docs).