diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 0d1d5818b2e241639c2bea074f1694c5e4025038..93824e8685381a1d1dc9b47bee7e21573da2ffa5 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -7,6 +7,7 @@
 # 2. Replace gitlab -> host with your domain
 # 3. Replace gitlab -> email_from
 
+<<<<<<< HEAD
 <<<<<<< HEAD
 production: &base
   #
@@ -38,9 +39,17 @@ production: &base
     # signup_enabled: true          # default: false - Account passwords are not sent via the email if signup is enabled.
     # username_changing_enabled: false # default: true - User can change her username/namespace
 
-  ## Available issues trackers
+
+  ## External issues trackers
   issues_tracker:
     redmine:
+      ## If not nil Issues link in project page will be replaced to this
+      url: "http://redmine.sample"
+      ## If not nil links from /#\d/ entities from commit messages will replaced to this
+      ## Use placeholders:
+      ##  :project_id        - Gitlab project identifier
+      ##  :issues_tracker_id - Project Name or Id in external issue tracker
+      ##  :id                - Issue id (from commit messages)
       issues_url: "http://redmine.sample/issues/:id"
 
   ## Gravatar