From 6efeb0ad37f1d5a7979577f7006ba296a9e441dc Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 17 Oct 2024 12:03:47 +0200 Subject: [PATCH] Fixing link to external docs Closes #33991 Signed-off-by: Alexander Schwartz --- docs/guides/securing-apps/javascript-adapter.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/securing-apps/javascript-adapter.adoc b/docs/guides/securing-apps/javascript-adapter.adoc index e05b328ecc..ea2ec659b6 100644 --- a/docs/guides/securing-apps/javascript-adapter.adoc +++ b/docs/guides/securing-apps/javascript-adapter.adoc @@ -216,7 +216,7 @@ Please refer to the Android and iOS sections of the https://github.com/e-imaxina Different kinds of links exist for opening apps: * custom schemes, such as `myapp://login` or `android-app://com.example.myapp/https/example.com/login`. -* https://developer.apple.com/ios/universal-links/[Universal Links (iOS)]) / https://developer.android.com/training/app-links/deep-linking[Deep Links (Android)]. +* https://developer.apple.com/documentation/xcode/allowing-apps-and-websites-to-link-to-your-content/[Universal Links (iOS)] / https://developer.android.com/training/app-links/deep-linking[Deep Links (Android)]. While the former are easier to set up and tend to work more reliably, the latter offer extra security because they are unique and only the owner of a domain can register them. Custom-URLs are deprecated on iOS. For best reliability, we recommend that you use universal links combined with a fallback site that uses a custom-url link.