Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/global-links.html b/global-links.html
index d6e3e73..9c8731c 100644
--- a/global-links.html
+++ b/global-links.html
@@ -10,7 +10,7 @@
       <li><a href="http://download.eclipse.org/tools/orbit">Orbit Downloads</a></li>
       <li><a href="https://wiki.eclipse.org/index.php/Orbit">Orbit Wiki</a></li>
       <li><a href="https://www.eclipse.org/orbit/documents/">Orbit Documents</a></li>
-      <li><a href="https://www.eclipse.org/orbit/resources.php">Orbit Resources</a></li>
+      <li><a href="https://www.eclipse.org/orbit/resources/">Orbit Resources</a></li>
       <li><a href="https://wiki.eclipse.org/index.php/Orbit_Faq">Orbit FAQ</a></li>
     </ul>
   </div>
diff --git a/resources.php b/resources/index.php
similarity index 98%
rename from resources.php
rename to resources/index.php
index a048396..4bc0036 100644
--- a/resources.php
+++ b/resources/index.php
@@ -123,10 +123,8 @@
 </div>
 
 <?php
-  include "global-links.html";
-?>
+  include "https://www.eclipse.org/orbit/global-links.html";
 
-<?php
   $html = ob_get_contents();
   ob_end_clean();