From b34961ae8030e898e5727fa86561d208fe641abc Mon Sep 17 00:00:00 2001 From: Venu <venugopal.shivashankar@digia.com> Date: Wed, 5 Jun 2013 10:27:22 +0200 Subject: [PATCH] Doc: Updated the external link to the OpenJDK web site The earlier link was pointing to the OpenJDK download page for linux distributions only. The new one links to the OpenJDK generic page which talks about the JDK versions for other platforms as well. Task-number: QTBUG-30173 Change-Id: I5fef543e79c2e5c9b3eb86b2e9ad8169b80a4ab0 Reviewed-by: Nico Vertriest <nico.vertriest@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> --- doc/src/platforms/android.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/platforms/android.qdoc b/doc/src/platforms/android.qdoc index 5f1a3ac1..f2fa13a7 100644 --- a/doc/src/platforms/android.qdoc +++ b/doc/src/platforms/android.qdoc @@ -49,7 +49,7 @@ In order to use Qt for Android, you will need the following external tools: \li \l{http://developer.android.com/sdk/index.html}{The Android SDK Tools} \li \l{http://developer.android.com/tools/sdk/ndk/index.html}{The Android NDK} \li \l{http://ant.apache.org/bindownload.cgi}{Apache Ant} v1.8 or later -\li \l{http://openjdk.java.net/install/index.html}{OpenJDK} v6 or later +\li \l{http://openjdk.java.net}{OpenJDK} v6 or later \endlist After installing these tools, update the Android SDK to get the API -- GitLab