From 7df055d03b0073c403c4fc2fc040b55a1ab7d1c6 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Fri, 6 Aug 2021 15:41:59 +0200
Subject: [PATCH] doc(pkgdown): improve links to repositories and NEWS.md

Fix #9
---
 NEWS.md      | 26 +++++++++++++++++++++-----
 _pkgdown.yml |  9 ++++-----
 2 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 6c0f47d..33b506f 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,9 +1,25 @@
-# hubeau
+# hubeau (development version)
 
-## 0.2.0 - 2021-06-24
+* Deploy pkgdown website on github (#9)
 
-* download metadata and annual withdrawal volumes at "ouvrage" scale (#1)
+* Add "Piézométrie" APIs (#8)
 
-## 0.1.0 - 2021-04-30
+* Add hydrometrie APIs (#7)
 
-* download annual withdrawal volumes at commune scale
+* Add the API prelevements/ouvrage (#6)
+
+* Manage global limitation to 20000 records for all API (#5)
+
+* Add data retrieval of "Indicateurs des services d'eau et d'assainissement" (#4)
+
+* Extends package functionalities to the Hub'Eau APIs (#3)
+
+* BNPE: Use new API for harvesting data (#2)
+
+# hubeau 0.2.0 (2021-06-24)
+
+* BNPE: download metadata and annual withdrawal volumes at "ouvrage" scale (#1)
+
+# hubeau 0.1.0 (2021-04-30)
+
+* BNPE: download annual withdrawal volumes at commune scale
diff --git a/_pkgdown.yml b/_pkgdown.yml
index 4a5c656..ba927f5 100644
--- a/_pkgdown.yml
+++ b/_pkgdown.yml
@@ -1,4 +1,4 @@
-url: https://in-wop.g-eau.fr/hubeau
+url: https://inrae.github.io/hubeau/
 development:
   mode: unreleased
 
@@ -8,15 +8,14 @@ template:
 
 navbar:
   structure:
-    right: [gitlab]
+    right: [github, gitlab]
   components:
-    github: ~
     gitlab:
       icon: fab fa-gitlab fa-lg
       href: https://gitlab.irstea.fr/in-wop/hubeau
 
 repo:
   url:
-    home: https://gitlab.irstea.fr/in-wop/hubeau/
-    source: https://gitlab.irstea.fr/in-wop/hubeau/-/blob/master/
+    home: https://github.com/inrae/hubeau
+    source: https://github.com/inrae/hubeau/blob/master/
     issue: https://gitlab.irstea.fr/in-wop/hubeau/-/issues/
-- 
GitLab