Fix image link
diff --git a/documentation/m2e-extension-development.html b/documentation/m2e-extension-development.html
index 1b441e2..3c7cd80 100644
--- a/documentation/m2e-extension-development.html
+++ b/documentation/m2e-extension-development.html
@@ -117,7 +117,7 @@
 <ul>
   <li>"Standard" Eclipse distribution 4.3 or newer from <a href="http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></li>
   <li>m2e 1.4 or newer from <a href="http://download.eclipse.org/technology/m2e/releases/">http://download.eclipse.org/technology/m2e/releases/</a>, including semi-hidden m2e SDK feature (uncheck "Group items by category" to see it)</li>
-</ul><p><img src="/assets/img/m2e-sdk-install.png" alt="SDK""/></p><h2>Command line build</h2><p>Download and unpack to a local folder Maven 3.0.3 or better available from <a href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a></p><h1>Prerequisites</h1><p>Some OSGi bundle development and PDE knowledge is assumed.</p>
+</ul><p><img src="/m2e/assets/img/m2e-sdk-install.png" alt="SDK""/></p><h2>Command line build</h2><p>Download and unpack to a local folder Maven 3.0.3 or better available from <a href="http://maven.apache.org/download.html">http://maven.apache.org/download.html</a></p><h1>Prerequisites</h1><p>Some OSGi bundle development and PDE knowledge is assumed.</p>
 <ul>
   <li>Doc: <a href="http://help.eclipse.org/luna/index.jsp?topic=/org.eclipse.pde.doc.user/guide/intro/pde_overview.htm">http://help.eclipse.org/luna/index.jsp?topic=/org.eclipse.pde.doc.user/guide/intro/pde_overview.htm</a></li>
   <li>Getting Started: <a href="http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html">http://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html</a></li>