diff --git a/docs/sharing.md b/docs/sharing.md index 61a840e9f8..6d49b4b159 100644 --- a/docs/sharing.md +++ b/docs/sharing.md @@ -14,7 +14,7 @@ You can configure your credentials for various Git providers in the Git configur ## Using a local repository -Nextflow can work with repositories stored in a local or shared file system. The repository must be created as a [bare repository](https://mijingo.com/blog/what-is-a-bare-git-repository). +Nextflow can work with repositories stored in a local or shared file system. The repository must be created as a [bare repository](https://craftquest.io/articles/what-is-a-bare-git-repository). For example, given a bare repository at `/shared/projects/foo.git`, Nextflow is able to run it using the following syntax: