Make link to wiki more prominent.
diff --git a/documentation.php b/documentation.php
index 205a58b..c9e2417 100644
--- a/documentation.php
+++ b/documentation.php
@@ -15,18 +15,20 @@
 	$html  = <<<EOHTML
 <div id="midcolumn">
 <h2>$pageTitle</h2>
-<p>The tycho documentation is still work in progress.</p>
-<p>Some useful sources of information:
+<p>The documentation of the Tycho project is maintained in the <a href="http://wiki.eclipse.org/Category:Tycho">Eclipse wiki</a>.</p>
+<p>In order to set up Tycho in a Maven build, follow the instructions and examples on the pages
+<a href="http://wiki.eclipse.org/Tycho/Reference_Card">Tycho Reference Card</a> and <a href="http://wiki.eclipse.org/Tycho/Packaging_Types">Tycho Packaging Types</a>.
+</p>
+<p>Other sources of information:
 <ul>
   <li><a href="http://www.eclipsecon.org/2011/sessions/?page=sessions&id=2049">Tycho tutorial and exercises (EclipseCON 2011)</a></li>
   <li><a href="http://wiki.eclipse.org/Tycho/Demo_Projects">Tycho demo projects</a></li>
-  <li><a href="http://wiki.eclipse.org/Tycho/Reference_Card">Tycho reference card</a></li>
   <li><a href="http://mattiasholmqvist.se/2010/02/building-with-tycho-part-1-osgi-bundles/">Blog series "Building with Tycho" by Mattias Holmqvist</a></li>
   <li><a href="http://github.com/sonatype/sonatype-tycho/tree/master/tycho-its/projects/">Tycho integration tests contain many examples you can use as templates</a></li>
   <li><a href="http://dev.eclipse.org/mhonarc/lists/tycho-user/">Search the tycho-user mailing list archive</a></li>
   <li><a href="http://dev.eclipse.org/mhonarc/lists/tycho-dev/">Search the tycho-dev mailing list archive</a></li>
-  <li><a href="http://software.2206966.n2.nabble.com/Tycho-Users-f3053503.html">Search the [OLD] sonatype mailing list archive</a></li>
-  <li><a href="https://issues.sonatype.org/browse/TYCHO">Search the [OLD] sonatype issue tracker</a></li>
+  <li><a href="http://software.2206966.n2.nabble.com/Tycho-Users-f3053503.html">Search the OLD sonatype mailing list archive</a></li>
+  <li><a href="https://issues.sonatype.org/browse/TYCHO">Search the OLD sonatype issue tracker</a></li>
   <li><a href="https://dev.eclipse.org/mailman/listinfo/tycho-user">Ask on the tycho-user@eclipse.org mailing list</a></li>
 </ul>
 </p>