Adjust Website to bits.netbeans.org and main nav bar
diff --git a/nb-repository-plugin/pom.xml b/nb-repository-plugin/pom.xml
index b6264c0..e4a5871 100644
--- a/nb-repository-plugin/pom.xml
+++ b/nb-repository-plugin/pom.xml
@@ -15,7 +15,7 @@
     <description>Maven plugin for creating Maven Repository out of a NetBeans installation (and other sources) for consumption by the projects using nbm-maven-plugin.
     </description>
     <inceptionYear>2005</inceptionYear>
-    <url>http://netbeans.apache.org/mavenutilities/nb-repository-plugin</url>
+    <url>http://bits.netbeans.org/mavenutilities/nb-repository-plugin</url>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/nbm-maven-harness/pom.xml b/nbm-maven-harness/pom.xml
index e785fc2..db3def4 100644
--- a/nbm-maven-harness/pom.xml
+++ b/nbm-maven-harness/pom.xml
@@ -9,7 +9,7 @@
     <artifactId>nbm-maven-harness</artifactId>
     <version>9.0-SNAPSHOT</version>
     <name>Apache NetBeans Maven Utilities - NBM Harness for Maven</name>
-    <url>http://netbeans.apache.org/mavenutilities/nbm-maven-harness</url>
+    <url>http://bits.netbeans.org/mavenutilities/nbm-maven-harness</url>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/nbm-maven-plugin/pom.xml b/nbm-maven-plugin/pom.xml
index c7ddb3e..4bcdb17 100644
--- a/nbm-maven-plugin/pom.xml
+++ b/nbm-maven-plugin/pom.xml
@@ -15,7 +15,7 @@
     <description>Maven plugin for creating NetBeans modules. It defines a custom lifecycle called "nbm". During packaging, the module JAR is enhanced with NetBeans-specific manifest entries and, along with other required files, packed into a *.nbm file, ready for distribution. Additionally the plugin provides aggregator goals to create an update site or cluster for your module projects.
     </description>
     <inceptionYear>2005</inceptionYear>
-    <url>http://netbeans.apache.org/mavenutilities/nbm-maven-plugin</url>
+    <url>http://bits.netbeans.org/mavenutilities/nbm-maven-plugin</url>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/nbm-shared/pom.xml b/nbm-shared/pom.xml
index 53e4875..c1aac41 100644
--- a/nbm-shared/pom.xml
+++ b/nbm-shared/pom.xml
@@ -15,7 +15,7 @@
     <description>Maven plugin for creating Maven Repository out of a Apache NetBeans installation (and other sources) for consumption by the projects using nbm-maven-plugin.
     </description>
     <inceptionYear>2005</inceptionYear>
-    <url>http://netbeans.apache.org/mavenutilities/nb-shared</url>
+    <url>http://bits.netbeans.org/mavenutilities/nb-shared</url>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/parent/pom.xml b/parent/pom.xml
index 1155772..259fbb5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -12,7 +12,7 @@
     <packaging>pom</packaging>
     <name>Apache Netbeans Maven Utilities</name>
     <description>Apache Netbeans Maven Utilities is a set of artefacts to build and populate Apache NetBeans artefacts using Apache Maven</description>
-    <url>http://netbeans.apache.org/mavenutilities/parent</url> 
+    <url>http://bits.netbeans.org/mavenutilities/parent</url>
     <licenses>
         <license>
             <name>The Apache Software License, Version 2.0</name>
@@ -125,4 +125,4 @@
             </plugins>
         </pluginManagement>
     </build>
-</project>
\ No newline at end of file
+</project>
diff --git a/webskin/pom.xml b/webskin/pom.xml
index 3b638fa..949e8dd 100644
--- a/webskin/pom.xml
+++ b/webskin/pom.xml
@@ -15,7 +15,7 @@
     <description>Maven site skin for Apache Netbeans Utilities.
     </description>
     <inceptionYear>2018</inceptionYear>
-    <url>http://netbeans.apache.org/mavenutilities/maven-netbeans-skin</url>
+    <url>http://bits.netbeans.org/mavenutilities/maven-netbeans-skin</url>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/NETBEANS</url>
diff --git a/webskin/src/main/resources/META-INF/maven/site.vm b/webskin/src/main/resources/META-INF/maven/site.vm
index 9c3294f..2691d90 100644
--- a/webskin/src/main/resources/META-INF/maven/site.vm
+++ b/webskin/src/main/resources/META-INF/maven/site.vm
@@ -35,7 +35,7 @@
 #* *##if ($project.artifactId == 'nb-repository-plugin')
             <li> <strong $stylecompensate >NB Repository Plugin</strong> </li>
 #* *##else
-            <li> <a href="../nb-repository/index.html">NB Repository Plugin</a> </li>
+            <li> <a href="../nb-repository-plugin/index.html">NB Repository Plugin</a> </li>
 #* *##end
 #* *##if ($project.artifactId == 'nbm-maven-plugin')
             <li> <strong $stylecompensate >NBM Plugin</strong> </li>
@@ -45,7 +45,7 @@
 #* *##if ($project.artifactId == 'nbm-shared')
             <li> <strong $stylecompensate>Shared</strong> </li>
 #* *##else
-            <li> <a href="../shared/index.html">Shared</a> </li>
+            <li> <a href="../nbm-shared/index.html">Shared</a> </li>
 #* *##end
 #* *##if ($project.artifactId == 'utilities-parent')
             <li> <strong $stylecompensate>Parent</strong> </li>
@@ -112,4 +112,4 @@
             
             $(function(){ $(document).foundation(); });
         </script>
-</body>
\ No newline at end of file
+</body>