From 996851171fb439bf50d6bc8c8fc40ef1a37dc450 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Thu, 20 Nov 2014 13:11:16 +0530 Subject: [PATCH] readme: fix typo in gitlab repository path in redmine link instructions, closes #210 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d9b1f5d..109b98f9 100644 --- a/README.md +++ b/README.md @@ -662,7 +662,7 @@ For example, if your Redmine server is accessible at `https://redmine.example.co If you are using the [docker-redmine](https://github.com/sameersbn/docker-redmine) image, then you can *one up* the gitlab integration with redmine by adding `--volumes-from=gitlab` flag to the docker run command while starting the redmine container. -By using the above option the `/home/gitlab/data/repositories` directory will be accessible by the redmine container and now you can add your git repository path to your redmine project. If, for example, in your gitlab server you have a project named `opensource/gitlab`, the bare repository will be accessible at `/home/gitlab/data/repositories/opensource/gitlab.git`. +By using the above option the `/home/git/data/repositories` directory will be accessible by the redmine container and now you can add your git repository path to your redmine project. If, for example, in your gitlab server you have a project named `opensource/gitlab`, the bare repository will be accessible at `/home/git/data/repositories/opensource/gitlab.git`. #### Jira