Skip to content

Commit 28cc5e4

Browse files
authored
Update README.rdoc
1 parent cf6486f commit 28cc5e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ That approach works perfectly fine, but is a bit heavy-handed and cumbersome. Th
2222

2323
3. Restart Redmine
2424

25-
4. In the project settings, activate "repository" module and add a new repository. Repository identifier is composed with [project_namespace]_[repository_name]. E.g. project name "test" in project namespace "business" with repository name "rails" results in "business_test_rails" as repository identifier.
25+
4. In the project settings, activate "repository" module and add a new repository. Repository identifier is composed with {project_namespace}_{repository_name}. E.g. project name "test" in project namespace "business" with repository name "rails" results in "business_test_rails" as repository identifier.
2626

2727
5. GitLab
2828
1. Go to the repository interface on GitLab.
2929
2. Under "Web Hooks" add a new "Post-Receive URL" of the format:
30-
* [redmine_installation_url]/gitlab_hook?project_id=[identifier]&key=[redmine_repository_API_key]"
30+
* {redmine_installation_url}/gitlab_hook?project_id={identifier}&key={redmine_repository_API_key}"
3131
* project_id = Redmine project identifier
3232
* key = Redmine repository API key
3333

0 commit comments

Comments
 (0)