From 0fd9a72624901090324ba5ccebe5221d9437fcfb Mon Sep 17 00:00:00 2001
From: Paul Wicking <paul.wicking@qt.io>
Date: Tue, 24 Jul 2018 11:22:36 +0200
Subject: [PATCH] Doc: Fix broken external link to Apple Developer page

Change link target so that it points to a location that is less prone
to change in the future. The original document is gone, and the
Apple Developer site has undergone major restructuring in the years
since. By pointing the user to the main landing page, our link will
likely work also in the future, even if Apple decides to redesign their
Apple Developer site.

Task-number: QTBUG-60494
Change-Id: Icff92dcbbe202bc5e2e46ba44eabac610f9b1899
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
---
 doc/src/platforms/osx.qdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/src/platforms/osx.qdoc b/doc/src/platforms/osx.qdoc
index d9948c81..c08388a6 100644
--- a/doc/src/platforms/osx.qdoc
+++ b/doc/src/platforms/osx.qdoc
@@ -1006,7 +1006,7 @@
     When you are done linking your application to Qt, either
     statically or as frameworks, the application is ready to be
     distributed. For more information, refer to the
-    \l {https://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/OSXWorkflowGuide/Introduction/Introduction.html}{Tools Workflow Guide}.
+    \l {https://developer.apple.com/}{Apple Developer} website.
 
     Although the process of deploying an application do have some
     pitfalls, once you know the various issues you can easily create
-- 
GitLab