NEW - bug 203343: update "Creating JFace Wizards" article
https://bugs.eclipse.org/bugs/show_bug.cgi?id=203343
diff --git a/Article-JFaceWizards/index.html b/Article-JFaceWizards/index.html
index cf4ecc8..108937b 100755
--- a/Article-JFaceWizards/index.html
+++ b/Article-JFaceWizards/index.html
@@ -611,7 +611,7 @@
 details on the popup menu extension point see the documentation.</p>
 <p>When you are launching your own wizard, you need to wrap the
 wizard in a <a
-	href="http://dev.eclipse.org/help20/content/help:/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/wizard/WizardDialog.html"
+	href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/jface/wizard/WizardDialog.html"
 	target="_blank"><code>org.eclipse.jface.wizard.WizardDialog</code></a>.
 A WizardDialog is a container that can host a wizard and display wizard
 pages. It has a standard layout: an area at the top containing the
@@ -633,11 +633,11 @@
 and perform actions on its completion. For further information about
 wizards and controls, see the following resources:</p>
 <p><a
-	href="http://dev.eclipse.org/help20/content/help:/org.eclipse.platform.doc.isv/guide/swt.htm"
+	href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/swt.htm"
 	target="_blank">Eclipse Platform Plug-in Developer Guide: Standard
 Widget Toolkit (SWT)</a><br>
 <a
-	href="http://dev.eclipse.org/help20/content/help:/org.eclipse.platform.doc.isv/guide/jface.htm"
+	href="http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.platform.doc.isv/guide/jface.htm"
 	target="_blank">Eclipse Platform Plug-in Developer Guide: JFace UI
 Framework</a><br>
 <a