prep for build machine downloads
diff --git a/downloadsites/webtools/artifacts/index.php b/downloadsites/webtools/artifacts/index.php
index 515e00c..7307c49 100644
--- a/downloadsites/webtools/artifacts/index.php
+++ b/downloadsites/webtools/artifacts/index.php
@@ -10,7 +10,7 @@
 ?>
 
 <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" />
-<link rel="stylesheet" href="../wtpDropStyle.css" />
+<link rel="stylesheet" href="../commonPages/wtpDropStyle.css" />
 <title><?php echo $pageTitle; ?></title>
 </head>
 <body>
@@ -61,10 +61,10 @@
 <?php
 include 'buildbranches.php';
 include 'computeMainData.php';
-include '../topAndInit.php';
-include '../latestBuilds.php';
-include '../recentHistory.php';
-include '../bottomAndFooter.php';
+include '../commonPages/topAndInit.php';
+include '../commonPages/latestBuilds.php';
+include '../commonPages/recentHistory.php';
+include '../commonPages/bottomAndFooter.php';
 ?>