diff --git a/README.Rmd b/README.Rmd
index 7023fe870ca6c59e0a7dec92494c3d8e92711dba..2a7ff817adbe206ea8e100b21393f03acbb8bd3a 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -39,14 +39,14 @@ It contains the following functions:
 You can install the stable version of choiceTools like so:
 
 ``` r
-devtools::install_git('https://git.idiv.de/dj44vuri/choicetools')
+devtools::install_git('https://github.com/sagebiej/choicetools')
 ```
 
 
 You can install the development version of choiceTools like so:
 
 ``` r
-devtools::install_git('https://git.idiv.de/dj44vuri/choicetools', ref = "devel" )
+devtools::install_git('https://github.com/sagebiej/choicetools', ref = "devel" )
 ```
 
 ## Example
diff --git a/README.md b/README.md
index d43d0a130933d18bea7eb5d2a5bf102236eef65a..bf7e29b6f5e3a8f0a103de78cb55cfcaf6ee3f3a 100644
--- a/README.md
+++ b/README.md
@@ -38,13 +38,13 @@ It contains the following functions:
 You can install the stable version of choiceTools like so:
 
 ``` r
-devtools::install_git('https://git.idiv.de/dj44vuri/choicetools')
+devtools::install_git('https://github.com/sagebiej/choicetools')
 ```
 
 You can install the development version of choiceTools like so:
 
 ``` r
-devtools::install_git('https://git.idiv.de/dj44vuri/choicetools', ref = "devel" )
+devtools::install_git('https://github.com/sagebiej/choicetools', ref = "devel" )
 ```
 
 ## Example