From 1e27737f9e341c6d53dd8a92c2505996c96e3b7d Mon Sep 17 00:00:00 2001 From: Topi Reinio <topi.reinio@qt.io> Date: Fri, 22 Nov 2019 11:12:36 +0100 Subject: [PATCH] Doc: Fix broken link on iOS Platform Notes page Change-Id: I65728e43d1fc2972550a371b1abaaa306555cbd3 Fixes: QTBUG-79468 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> --- doc/src/platforms/ios.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/platforms/ios.qdoc b/doc/src/platforms/ios.qdoc index f8400143..85b7d90c 100644 --- a/doc/src/platforms/ios.qdoc +++ b/doc/src/platforms/ios.qdoc @@ -354,7 +354,7 @@ and keys that have to be set in the Info.plist. To support the iPhone 6, a launch file (an interface builder .xib file or a storyboard file) should be provided. - For more information, see \l{https://developer.apple.com/library/ios/documentati on/userexperience/conceptual/MobileHIG/LaunchImages.html}{Launch Images}. + For more information, see \l{https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/launch-screen/}{Launch Screen}. Assuming that you called the launch file Launch.xib, it can be added to the Info.plist as follows: \badcode <key>UILaunchStoryboardName</key> -- GitLab