Promote wiki
diff --git a/developers/index.php b/developers/index.php
index 98aab95..1a404cc 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -18,6 +18,11 @@
 $html  = <<<EOHTML
 <div id="midcolumn">
 
+<h3 id="wiki">Wiki</h3>
+<p>
+  Information about building, testing and debugging $projectName can be found in our <a href="$wiki">wiki space</a>.
+</p>
+
 <h3 id="sources">Source Code</h3>
 <p>
   The source files of the project are stored in <a href="$sources">Git repositories</a>. Please
@@ -55,11 +60,6 @@
   for the list of currently approved dependencies. 
 </p>
 
-<h3 id="wiki">Wiki</h3>
-<p>
-  Information about building, testing and debugging $projectName can be found in our <a href="$wiki">wiki space</a>.
-</p>
-
 <h3 id="issues">Bug Tracker</h3>
 <p>
   The project uses Bugzilla to manage <a href="$issueTracker">bugs and feature requests</a>.