Fixed broken links to Ant tasks documentation.
diff --git a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavadocExportWizardPage.java b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavadocExportWizardPage.java
index 20ada64..0d0338b 100644
--- a/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavadocExportWizardPage.java
+++ b/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/JavadocExportWizardPage.java
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation and others.
+ * Copyright (c) 2007, 2010 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -147,9 +147,11 @@
 
 	/**
 	 * Called when the Javadoc ANT script is generated.
-	 *
-	 * @param xmlDocument The XML element for the 'javadoc' node. Clients can add or modify arguments.
-	 * See the <a href="http://ant.apache.org/manual/CoreTasks/javadoc.html">Javadoc ANT task</a> specification for the format of the arguments.
+	 * 
+	 * @param xmlDocument The XML element for the 'javadoc' node. Clients can add or modify
+	 *            arguments. See the <a
+	 *            href="http://ant.apache.org/manual/Tasks/javadoc.html">Javadoc ANT task</a>
+	 *            specification for the format of the arguments.
 	 */
 	public void updateAntScript(Element xmlDocument) {
 	}