add documentation/getting started buttons remove obsolete content
diff --git a/index.html b/index.html
index 13fefce..e4423e8 100644
--- a/index.html
+++ b/index.html
@@ -56,9 +56,9 @@
                         <li class="page-scroll">
                             <a href="#about">Overview</a>
                         </li>
-                        <li class="page-scroll">
-                            <a href="#getting-started">Getting started</a>
-                        </li>
+                        <!--li class="page-scroll">
+                            <a href="//github.com/eclipse/leshan/wiki/Getting-started">Getting started</a>
+                        </li-->
                         <li class="page-scroll">
                             <a href="#learn-more">Learn more</a>
                         </li>
@@ -119,10 +119,12 @@
                             <a href="//github.com/eclipse/leshan" target="_blank" class="btn btn-default btn-lg" role="button">
                                 <i class="fa fa-github"></i> Source code
                             </a>
-                            <!-- 
-                            <a href="#" target="_blank" class="btn btn-default btn-lg" role="button">
-                                <i class="fa fa-download"></i> Download
-                            </a> -->
+                            <a href="//github.com/eclipse/leshan/wiki" target="_blank" class="btn btn-default btn-lg" role="button">
+                                <i class="fa fa-book"></i> Documentation
+                            </a>
+                            <a href="//github.com/eclipse/leshan/wiki/Getting-started" target="_blank" class="btn btn-default btn-lg" role="button">
+                                <i class="fa fa-terminal"></i> Getting Started
+                            </a>
                         </div>
                     </div>
                 </div>
@@ -131,7 +133,7 @@
                         <h3>Discover &amp; Test</h3>
                         <p>In order to help you test your LWM2M solutions quickly, the Leshan project provides a Lightweight M2M standalone server you can freely connect to for evaluation purposes.</p>
                         <div class="text-center button-links">
-                            <a href="http://leshan.eclipse.org" target="_blank" class="btn btn-default btn-lg" role="button">
+                            <a href="//github.com/eclipse/leshan#test-server-sandbox" target="_blank" class="btn btn-default btn-lg" role="button">
                                 <i class="fa fa-server"></i> LWM2M sandbox
                             </a>
                         </div>
@@ -155,43 +157,6 @@
             </div>
         </section>
 
-        <!-- Getting started Section -->
-        <section class="success" id="getting-started">
-            <div class="container">
-                <div class="row">
-                    <div class="col-lg-12 text-center">
-                        <h2>Getting started</h2>
-                    </div>
-                </div>
-                <div class="row">
-                    <div class="col-sm-4" id="tuto-desc">
-                        <h3>Follow the tutorial</h3>
-                        <p>This tutorial aims at giving you a hands-on experience with LightweightM2M by showing you the power and simplicity of the Eclipse Leshan library for managing real world IoT application.
-                        </p>
-                        <h3>Maven</h3>
-                        <p>The artifacts are hosted at <a href="https://search.maven.org/#search|ga|1|org.eclipse.leshan">Maven Central</a>. For using Leshan in your project, simple put this snippet in your pom.xml:</p>
-
-<p>
-<code>
-&lt;dependencies&gt;<br/>
-...<br/>
-&nbsp;&lt;dependency&gt;<br/>
-&nbsp;&nbsp;&lt;groupId&gt;org.eclipse.leshan&lt;/groupId&gt;<br/>
-&nbsp;&nbsp;&lt;artifactId&gt;leshan-all&lt;/artifactId&gt;<br/>
-&nbsp;&nbsp;&lt;version&gt;1.0.0-M1&lt;/version&gt;<br/>
-&nbsp;&lt;/dependency&gt;<br/>
-...<br/>
-&lt;/dependencies&gt;
-</code>
-</p>
-                    </div>
-                    <div class="col-sm-8 text-center" id="slideshare">
-                        <iframe src="//fr.slideshare.net/slideshow/embed_code/key/1JzJW3YBp1c9uF" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//fr.slideshare.net/jvermillard/hands-on-with-lightweight-m2m-and-leshan" title="Hands on with lightweight m2m and Eclipse Leshan" target="_blank">Hands-on with LightweightM2M &amp; Eclipse Leshan</a> </strong> from <strong><a href="//www.slideshare.net/jvermillard" target="_blank">Julien Vermillard</a></strong> </div>
-                    </div>
-                </div>
-            </div>
-        </section>
-
         <!-- Learn more Section -->
         <section id="learn-more">
             <div class="container">