From c1909745ea39d63052f104df144ec8d14d16f29c Mon Sep 17 00:00:00 2001 From: Vitor Reis Date: Mon, 22 Jun 2020 20:51:39 +0200 Subject: [PATCH] Fix Broken URL of iOS Architecture --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1088e..8fbdc51 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The technical documents are intended for a technical audience and represent the * [Corona-Warn-App Verification Portal Server Software Design](https://github.com/corona-warn-app/cwa-verification-portal/blob/master/docs/architecture-overview.md) * [Corona-Warn-App Test Result Server Software Design](https://github.com/corona-warn-app/cwa-testresult-server/blob/master/docs/architecture-overview.md) * [Corona-Warn-App Mobile Client (Android) Architecture](https://github.com/corona-warn-app/cwa-app-android/blob/master/docs/architecture-overview.md) -* [Corona-Warn-App Mobile Client (iOS) Architecture](https://github.com/corona-warn-app/cwa-app-ios/blob/development/docs/architecture-overview.md) +* [Corona-Warn-App Mobile Client (iOS) Architecture](https://github.com/corona-warn-app/cwa-app-ios/blob/master/docs/architecture-overview.md) * [Criteria for the Evaluation of Contact Tracing Apps](pruefsteine.md) * [Corona-Warn-App Security Overview](overview-security.md) * [Corona-Warn-App Backend Infrastructure Architecture Overview](https://github.com/corona-warn-app/cwa-documentation/blob/master/backend-infrastructure-architecture.pdf)