From b612f7f67f427c824d2c9c74b4004be8df466174 Mon Sep 17 00:00:00 2001
From: Guylaine Prat <guylaine.prat@c-s.fr>
Date: Mon, 13 Aug 2018 15:07:17 +0200
Subject: [PATCH] Add links to paragraphs

---
 Readme.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/Readme.md b/Readme.md
index 9f34a9d4..949e05f7 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,24 +2,21 @@
   Rugged
 </h1>
 <h1>
-  <img src="https://gitlab.orekit.org/orekit/rugged/raw/develop/src/site/resources/images/rugged-logo.png" alt="Rugged">
+  <img src="src/site/resources/images/rugged-logo.png" alt="Rugged">
   A sensor-to-terrain mapping tool
 </h1>
 
 <h4 align="center">Rugged is a free java library for geolocation and used for satellite imagery.</h4>
 
 <p align="center">
-  <a href="#Overview">Overview</a> •
-  <a href="#Design">Design</a> •
-  <a href="#Tutorial">Tutorial</a> •
-  <a href="#Development">Development</a> •
+  <a href="#introduction">Introduction</a> •
+  <a href="#design">Design</a> •
+  <a href="#tutorial">Tutorial</a> •
+  <a href="#development">Development</a> •
 </p>
 
 
 
-![rugged-logo.png](src/site/resources/images/rugged-logo.png)
-
-
 Rugged is an add-on for [Orekit](https://www.orekit.org/) handling Digital Elevation Models contribution to 
 line of sight computation. It is a free software intermediate-level library written in Java.
 
@@ -40,7 +37,7 @@ Homepage: [www.orekit.org/rugged/](https://www.orekit.org/rugged/)
 
 
 
-
+## Introduction
 * [Overview](src/site/markdown/index.md)  
 * [Getting the sources](src/site/markdown/sources.md)
 * [Building](src/site/markdown/building.md)
-- 
GitLab