From 1b278673190befb0a326fde8ff4ac71a5b49dd80 Mon Sep 17 00:00:00 2001 From: Sebastian Wolf Date: Mon, 13 Jul 2020 16:05:57 +0200 Subject: [PATCH] fix: Broken link to Google API docs --- solution_architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution_architecture.md b/solution_architecture.md index 87a8991..d7dcded 100644 --- a/solution_architecture.md +++ b/solution_architecture.md @@ -173,7 +173,7 @@ The functional scope of the mobile applications (apps) is defined in the corresp For Apple devices (starting from __), an OS version of at least 13.5 will be required for the system to work, as the framework is integrated into the operating system. -For Android devices, the features will be integrated into the [Google Play Services](https://9to5google.com/2020/04/13/android-contact-tracing-google-play-services/), which means that only this specific application needs to be updated for it to work. Devices starting with Android 6.0 (API version 23) and integrated BLE chips will be [supported](https://static.googleusercontent.com/media/www.google.com/de//covid19/exposurenotifications/pdfs/Android-Exposure-Notification-API-documentation-v1.3.2.pdf). +For Android devices, the features will be integrated into the [Google Play Services](https://9to5google.com/2020/04/13/android-contact-tracing-google-play-services/), which means that only this specific application needs to be updated for it to work. Devices starting with Android 6.0 (API version 23) and integrated BLE chips will be [supported](https://developers.google.com/android/exposure-notifications/exposure-notifications-api#architecture). ![Figure 9: Architecture overview of the mobile application (focused on API usage/BLE communication)](images/solution_architecture/figure_9.svg "Figure 9: Architecture overview of the mobile application (focused on API usage/BLE communication)")