From 23a7254698ab7b0bcedbc9b3f43b4cc9ca936287 Mon Sep 17 00:00:00 2001 From: Sergejs Kovrovs Date: Fri, 27 Jun 2014 23:56:27 -0700 Subject: [PATCH] Fixing URL for BlackBerry Legacy Keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ife705395fbf3c70f5f671b0e9ecff337e4418f34 Reviewed-by: André Hartmann Reviewed-by: Tobias Hunger --- src/plugins/qnx/qnxconstants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/qnx/qnxconstants.h b/src/plugins/qnx/qnxconstants.h index 768b6d069c6..b692e2bdb19 100644 --- a/src/plugins/qnx/qnxconstants.h +++ b/src/plugins/qnx/qnxconstants.h @@ -129,7 +129,7 @@ const char QNX_OK_ICON[] = ":/qnx/images/ok.png"; const char QNX_BLACKBERRY_SETUP_URL[] = "http://qt-project.org/wiki/Qt-Creator-with-BlackBerry-10"; const char QNX_LEGACY_KEYS_URL[] = "https://developer.blackberry.com/native/documentation/core" - "/com.qnx.doc.native_sdk.devguide/topic/bbid_to_sa.html"; + "/com.qnx.doc.ide.userguide/topic/signing_and_publishing.html"; const char QNX_REGISTER_KEYS_URL[] = "https://www.blackberry.com/SignedKeys/codesigning.html"; const char QNX_BB_KEY_CONFIGURATION_TYPE[] = "BBConfigurationType";