From 0ba19308c5f1b61798a317910ba21f4b23b146eb Mon Sep 17 00:00:00 2001 From: Lavong Soysavanh Date: Sun, 23 Aug 2020 12:06:22 +0200 Subject: [PATCH] Update https.md fix link --- docs/https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/https.md b/docs/https.md index 30f182bb2789..ff7b1b9836c1 100644 --- a/docs/https.md +++ b/docs/https.md @@ -58,7 +58,7 @@ Caused by: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7f27 ``` You can check a web server's configuration using [Qualys SSL Labs][qualys]. OkHttp's TLS -configuration history is [tracked here][tls_configuration_history.md]. +configuration history is [tracked here](tls_configuration_history.md). Applications expected to be installed on older Android devices should consider adopting the [Google Play Services’ ProviderInstaller][provider_installer]. This will increase security for users