fixed links
diff --git a/_index.html b/_index.html
index 40e8dd4..c1c1996 100644
--- a/_index.html
+++ b/_index.html
@@ -58,7 +58,7 @@
 	<div id="feature">
 		<h4>ATL Examples</h4>
 There is a lot of ATL transformations which can be used as reference to develop your own transformations. Families to Persons (<a href="ATLUseCase_Families2Persons.pdf">PDF version</a>, <a href="ATLUseCase_Families2Persons.ppt">Powerpoint version</a>) is a kind of ATL "Hello World". The <a href="http://www.eclipse.org/m2m/atl/basicExamples_Patterns/">ATL Basic Examples</a> section provides a set of basic examples and patterns.<br/> <br/>
-Advanced examples of ATL use are available as <a href="/m2m/atl/usecases/">use cases</a> and inside of the <a href="http://www.eclipse.org/m2m/atl/atlTransformations/">ATL Transformations Zoo</a>.
+Advanced examples of ATL use are available as <a href="http://www.eclipse.org/m2m/atl/usecases/">use cases</a> and inside of the <a href="http://www.eclipse.org/m2m/atl/atlTransformations/">ATL Transformations Zoo</a>.
 	</div>
 	
 	<div id="feature_discovery">
diff --git a/documentation/_index.html b/documentation/_index.html
index 2598f70..8dc2c16 100644
--- a/documentation/_index.html
+++ b/documentation/_index.html
@@ -43,7 +43,7 @@
 	      		  This section provides a set of basic examples and patterns.  
 		    </li>
           	<li>
-      		  <a href="/m2m/atl/usecases/">ATL Use Cases</a>:
+      		  <a href="http://www.eclipse.org/m2m/atl/usecases/">ATL Use Cases</a>:
 	      		  This section provides a set of ATL model transformation use cases covering different domains of application. These use cases are concrete examples of how model to model transformation (M2M) can be applied. 
 		    </li>
 		    <li>
diff --git a/news/newsArchived2006.php b/news/newsArchived2006.php
index a05ed29..9eb9144 100644
--- a/news/newsArchived2006.php
+++ b/news/newsArchived2006.php
@@ -30,7 +30,7 @@
 	include('../script/news.php');
 	
 	function get_atlnews2006_verbose($count=100) {
-		return rss_to_html("atlNewsArchive2006", "/m2m/atl/news/", "long", $count);
+		return rss_to_html("atlNewsArchive2006", "http://www.eclipse.org/atl/news/", "long", $count);
 	}
 	
 	$atlnews = get_atlnews2006_verbose();