FELIX-4077

Update documentation urls.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1486737 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/ipojo-ant-task/pom.xml b/ipojo/manipulator/ipojo-ant-task/pom.xml
index 6212583..bdcf267 100644
--- a/ipojo/manipulator/ipojo-ant-task/pom.xml
+++ b/ipojo/manipulator/ipojo-ant-task/pom.xml
@@ -83,7 +83,9 @@
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Description>iPOJO Ant Task</Bundle-Description>
-                        <Bundle-DocURL>http://felix.apache.org/site/ipojo-ant-task.html</Bundle-DocURL>
+                        <Bundle-DocURL>
+                            http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-ant-task.html
+                        </Bundle-DocURL>
                         <Private-Package>
                             org.apache.felix.ipojo.metadata,
                             org.apache.felix.ipojo.manipulator*,
diff --git a/ipojo/manipulator/maven-ipojo-plugin/pom.xml b/ipojo/manipulator/maven-ipojo-plugin/pom.xml
index 0a99ce3..f9aa76d 100644
--- a/ipojo/manipulator/maven-ipojo-plugin/pom.xml
+++ b/ipojo/manipulator/maven-ipojo-plugin/pom.xml
@@ -33,7 +33,7 @@
         Maven Plugin to package iPOJO-powered bundles.
     </description>
     <url>
-        http://felix.apache.org/site/ipojo-maven-plug-in.html
+        http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/ipojo-maven-plug-in.html
     </url>
 
     <dependencies>
diff --git a/ipojo/manipulator/online-manipulator/pom.xml b/ipojo/manipulator/online-manipulator/pom.xml
index 45d21f5..3b5e62e 100644
--- a/ipojo/manipulator/online-manipulator/pom.xml
+++ b/ipojo/manipulator/online-manipulator/pom.xml
@@ -32,7 +32,9 @@
     <description>
         iPOJO online manipulator allowing install time manipulation of iPOJO bundle.
     </description>
-    <url>http://felix.apache.org/site/apache-felix-ipojo-online-manipulator.html</url>
+    <url>
+        http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/apache-felix-ipojo-online-manipulator.html
+    </url>
 
     <properties>
         <ipojo.import.packages>[1.8.0,2.0.0)</ipojo.import.packages>
@@ -107,7 +109,7 @@
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Private-Package>org.apache.felix.ipojo.online.manipulator</Private-Package>
                         <Bundle-DocURL>
-                            http://felix.apache.org/site/apache-felix-ipojo-online-manipulator.html
+                            http://felix.apache.org/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-tools/apache-felix-ipojo-online-manipulator.html
                         </Bundle-DocURL>
                         <Export-Package>
                             org.apache.felix.ipojo.manipulation*; version="${ipojo.manipulator.version}",