diff --git a/DESCRIPTION b/DESCRIPTION
index 699a58e0a87cca98d6e9916d1d54f355365d8d68..2e86dc337a0182e56f2565f9f6d739c9f42e32fc 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: airGRteaching
 Type: Package
 Title: Teaching Hydrological Modelling with the GR Rainfall-Runoff Models ('Shiny' Interface Included)
-Version: 0.2.10.69
+Version: 0.2.10.70
 Date: 2020-10-22
 Authors@R: c(
   person("Olivier", "Delaigue", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7668-8468"), email = "airGR@inrae.fr"),
diff --git a/NEWS.md b/NEWS.md
index 619830a50bebad859f83ad88c1eacfdfa4edbd5f..bca96ada65984d250b5ba2ab6d5263840623c422 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -4,7 +4,7 @@
 
 
 
-### 0.2.10.69 Release Notes (2020-10-22)
+### 0.2.10.70 Release Notes (2020-10-22)
 
 
 #### Version control and issue tracking
diff --git a/man/SimGR.Rd b/man/SimGR.Rd
index d4bd3f6c191f1dfa9b60f6b151b682e87f148873..96f1b676f50bb0ae4244b824f11d4bc172a9a0bf 100644
--- a/man/SimGR.Rd
+++ b/man/SimGR.Rd
@@ -37,9 +37,9 @@ SimGR(PrepGR, CalGR = NULL, Param, EffCrit = c("NSE", "KGE", "KGE2", "RMSE"),
 
 \value{
   [list] object of class \code{SimGR} containing:
-  \item{OptionsSimul}{[list] object of class \code{RunOptions} (see: \code{\link{CreateRunOptions}})}
-  \item{OptionsCrit}{[list] object of class \code{InputsCrit} (see: \code{\link{CreateInputsCrit}})}
-  \item{OutputsModel}{[list] object of class \code{OutputsModel} (see: \code{\link{RunModel}})}
+  \item{OptionsSimul}{[list] object of class \code{RunOptions} (see: \code{\link[airGR]{CreateRunOptions}})}
+  \item{OptionsCrit}{[list] object of class \code{InputsCrit} (see: \code{\link[airGR]{CreateInputsCrit}})}
+  \item{OutputsModel}{[list] object of class \code{OutputsModel} (see: \code{\link[airGR]{RunModel}})}
   \item{Qobs}{[numeric]  series of observed discharges [mm/time step]}
   \item{TypeModel}{[character] name of the function of the hydrological model used}
   \item{CalCrit}{[character] name of the function that computes the error criterion during the calibration step}
@@ -50,7 +50,7 @@ SimGR(PrepGR, CalGR = NULL, Param, EffCrit = c("NSE", "KGE", "KGE2", "RMSE"),
 
 
 \seealso{
-\code{\link{CreateRunOptions}}, \code{\link{CreateInputsCrit}}, \code{\link{RunModel}}, \code{\link{ErrorCrit_RMSE}}, \code{\link{ErrorCrit_NSE}}, \code{\link{ErrorCrit_KGE}}, \code{\link{ErrorCrit_KGE2}}
+\code{\link[airGR]{CreateRunOptions}}, \code{\link[airGR]{CreateInputsCrit}}, \code{\link[airGR]{RunModel}}, \code{\link[airGR]{ErrorCrit_RMSE}}, \code{\link[airGR]{ErrorCrit_NSE}}, \code{\link[airGR]{ErrorCrit_KGE}}, \code{\link[airGR]{ErrorCrit_KGE2}}
 }