From 4dd6f2318580202cd3df7fe3447e43f644267de5 Mon Sep 17 00:00:00 2001
From: Delaigue Olivier <olivier.delaigue@irstea.fr>
Date: Tue, 23 Jul 2024 14:21:16 +0200
Subject: [PATCH] docs: update english version of webGR URL in README, package
 help page, and shiny GUI

---
 README.md            | 2 +-
 inst/ShinyGR/ui.R    | 2 +-
 man/airGRteaching.Rd | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 66b0bd3..40ccf2a 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The package is mostly based on three families of functions:
 - plotting functions to help students to explore observed data and to interpret the results of calibration and simulation of the GR models;
 - a function which runs a 'Shiny' graphical user interface that allows for displaying in real-time model parameters impacts on hydrographs.
 
-This package brings into R the hydrological modelling tools developed at INRAE-Antony ([Catchment Hydrology research group](https://webgr.inrae.fr/en/home/) of the HYCAR Research Unit, France).
+This package brings into R the hydrological modelling tools developed at INRAE-Antony ([Catchment Hydrology research group](https://webgr.inrae.fr/eng) of the HYCAR Research Unit, France).
 
 
 ## Installation
diff --git a/inst/ShinyGR/ui.R b/inst/ShinyGR/ui.R
index 2f02359..48c9855 100644
--- a/inst/ShinyGR/ui.R
+++ b/inst/ShinyGR/ui.R
@@ -8,7 +8,7 @@ navbarPage(title       = div("airGRteaching",
                                title = "airGRteaching",
                                target = "_blank", rel = "noopener noreferrer",
                                img(src = "fig/logo_airGRteaching_CMJN_square_0125x0121.png", height = 350 / 9)),
-                             a(href = "https://webgr.inrae.fr/en/home/",
+                             a(href = "https://webgr.inrae.fr/eng",
                               title = "webgr.inrae.fr",
                               target = "_blank", rel = "noopener noreferrer",
                               img(src = "fig/logo_inrae_hydro_CMJN_square.svg", height = 350 / 9)),
diff --git a/man/airGRteaching.Rd b/man/airGRteaching.Rd
index 88e4b52..b6e97dd 100644
--- a/man/airGRteaching.Rd
+++ b/man/airGRteaching.Rd
@@ -22,7 +22,7 @@ The package is mostly based on three families of functions:
   \item a function which runs a 'Shiny' graphical user interface that allows for displaying in real-time the impacts of model parameters on hydrographs.
 }
 
-This package brings into R the hydrological modelling tools developed at INRAE-Antony (\href{https://webgr.inrae.fr/en/home/}{Catchment Hydrology research group} of the HYCAR Research Unit, France).
+This package brings into R the hydrological modelling tools developed at INRAE-Antony (\href{https://webgr.inrae.fr/eng}{Catchment Hydrology research group} of the HYCAR Research Unit, France).
 \cr\cr
 
 
-- 
GitLab