diff --git a/README.md b/README.md
index a77da0311d4ddf7e097c89dae77bb7b9c5ef2dd6..67ebbc3c3afc13821f9d6f1becdb701f54bedcf1 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@
 
 ## What is ChIPflow ?
 
-ChIPflow is a snakemake-based workflow for the analysis of ChIP-seq data from the raw fastq files to the differential analysis of transcription factor binding or histone modification marking. It streamlines critical steps like the quality assessment of the immunoprecipitation using the cross correlation and the replicate comparison for both narrow and broad peaks. For the differential analysis ChIPflow provides linear and non linear methods for normalisation between samples as well as conservative and stringent models for estimating the variance and testing the significance of the observed differences (see [chipuanar](https://gitlab.pasteur.fr/hub/chipuanar/)).
+ChIPflow is a snakemake-based workflow for the analysis of ChIP-seq data from the raw fastq files to the differential analysis of transcription factor binding or histone modification marking. It streamlines critical steps like the quality assessment of the immunoprecipitation using the cross correlation and the replicate comparison for both narrow and broad peaks. For the differential analysis ChIPflow provides linear and non linear methods for normalisation between samples as well as conservative and stringent models for estimating the variance and testing the significance of the observed differences (see [chipflowr](https://gitlab.pasteur.fr/hub/chipflowr)).
 
 ## How to install ChIPflow ?
 
@@ -48,7 +48,7 @@ In addition to above tools, you need to install pipeline-related tools:
 - R >= 4.0.3
 - spp == 1.15.2
     - need following cran packages: snow, snowfail, bitops, caTools, RCurl, Rcpp, and bioconductor packages: GenomeInfoDB, genomicRanges, Rsamtools.
-- [chipuanar](https://gitlab.pasteur.fr/hub/chipuanar/)
+- [chipflowr](https://gitlab.pasteur.fr/hub/chipflowr)
 
 
 # How to run ChIPflow ?