Fixing link to external docs

Closes #33991

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz
2024-10-17 12:03:47 +02:00
committed by Pedro Igor
parent 9092be9640
commit 3111148fe7

View File

@@ -208,7 +208,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.
Furthermore, we recommend the following steps to improve compatibility with the adapter: