diff options
author | Topi Reinio <topi.reinio@qt.io> | 2019-11-22 11:12:36 +0100 |
---|---|---|
committer | Topi Reinio <topi.reinio@qt.io> | 2019-11-25 10:27:45 +0100 |
commit | 1e27737f9e341c6d53dd8a92c2505996c96e3b7d (patch) | |
tree | 394c9868f837c716beaf0f3fc731c0281f6cedbb | |
parent | 9b34f4d9f973e43e21703a56a6497e031aca766f (diff) | |
download | qtdoc-1e27737f9e341c6d53dd8a92c2505996c96e3b7d.tar.gz |
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>
-rw-r--r-- | doc/src/platforms/ios.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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> |