From a8ac50da75512b11cfd3afb0a7843e17a8bd4229 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.priv>
Date: Fri, 20 Sep 2019 16:03:03 +0200
Subject: [PATCH] v1.3.2.42 CLEAN: wrong URL corrected in README.md

---
 DESCRIPTION | 2 +-
 NEWS.md     | 2 +-
 README.md   | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 18131765..e6b4249b 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGR
 Type: Package
 Title: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
-Version: 1.3.2.41
+Version: 1.3.2.42
 Date: 2019-09-20
 Authors@R: c(
   person("Laurent", "Coron", role = c("aut", "trl"), comment = c(ORCID = "0000-0002-1503-6204")),
diff --git a/NEWS.md b/NEWS.md
index 12c486a1..5dd84756 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -2,7 +2,7 @@
 
 
 
-### 1.3.2.41 Release Notes (2019-09-20)
+### 1.3.2.42 Release Notes (2019-09-20)
 
 
 #### Version control and issue tracking
diff --git a/README.md b/README.md
index a084caaa..9b550d6d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 # airGR: Suite of GR Hydrological Models for Precipitation-Runoff Modelling
 
 ## Overview
-This package brings into R the hydrological modelling tools used at IRSTEA-Antony ([Catchment Hydrology research group](airGR website) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**CemaNeige**). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R.
+This package brings into R the hydrological modelling tools used at IRSTEA-Antony ([Catchment Hydrology research group](https://webgr.irstea.fr/en/home/) of the HYCAR Research Unit, France), including rainfall-runoff models (**GR4H**, **GR4J**, **GR5J**, **GR6J**, **GR2M**, **GR1A**) and a snow accumulation and melt model (**CemaNeige**). Each model core is coded in FORTRAN to ensure low computational time. The other package functions (i.e. mainly the calibration algorithm and the computation of the efficiency criteria) are coded in R.
 
 
 ## Installation
@@ -53,7 +53,7 @@ To learn how to use the functions from the airGR package, it is recommended to f
   4. refer to the help for `ErrorCrit_NSE` and `CreateInputsCrit` to understand how the computation of an error criterion is prepared/made;
   5. refer to the help for `Calibration_Michel`, run the provided example and then refer to the help for `CreateCalibOptions` to understand how a model calibration is prepared/made.
 
-For more information and to get started with the package, you can refer to the vignette (`vignette("airGR")`) and go on the airGR [website](https://hydrogr.github.io/airGR/index.html).
+For more information and to get started with the package, you can refer to the vignette (`vignette("airGR")`) and go on the [airGR website](https://hydrogr.github.io/airGR/index.html).
 
 
 ## References
-- 
GitLab