diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index d4e02f81b3f77537740af91ae519f018282c6fae..c47b55f9325655f28743c2124c0c454b511d82f0 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -2,13 +2,13 @@
 
 Welcome to Duniter4j web site !
 
-Duniter4j is a Java Toolkit for [Duniter](http://duniter.org).
+Duniter4j is a Java Client API for [Duniter](http://duniter.org) network (e.g. crypto-crurency Äž1).
 
 <img src="./images/logos/logo_duniter.png"/>
 
 ## Modules
 
-Duniter4j has tree main modules :
+Duniter4j modules are:
 
 - `duniter4j-client`: [a command line tool](./CLI.html), to execute basic operation on a Duniter currency: transfer, view peers, ... 
   
diff --git a/src/site/site.xml b/src/site/site.xml
index 9314e0ed0935629675cc70a154d6778c369c24b5..0d03ce07be7f7133a133852ff31f99d2bc32561f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -83,12 +83,10 @@
 
     <menu name="User manual" inherit="top">
       <item name="Command line tools" href="./CLI.html"/>
-      <item name="ES node" href="./ES.html"/>
     </menu>
 
     <menu name="Technical documentation" inherit="top">
       <item name="Java API" href="./Java_API.html"/>
-      <item name="ES API" href="./ES_API.html"/>
       <item name="Build from source" href="./build.html"/>
       <item name="Development tutorial (french)" href="./development_tutorial.html"/>
     </menu>