diff --git a/README.rdoc b/README.rdoc
index 4016ebba5b876aa1c1962cd04846dda53062bcc6..4e2e5f60ae7d97ccbf7f1f3341d5d6490d481d7c 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -94,6 +94,10 @@ Install gitosis, edit conf/gitosis.yml & start server
 
   echo "gem: --no-rdoc --no-ri" > ~/.gemrc
 
+== Community
+
+gitlabhq[https://groups.google.com/forum/?hl=en#!forum/gitlabhq] Google Group
+
 == Contribute
 
 We develop project on our private server.
diff --git a/app/views/projects/_form.html.haml b/app/views/projects/_form.html.haml
index 2c3be8a52f87238a09c2c1e16f5921b16ad40b97..9653cf18ae346cd72c84e4ed25cf3ae89d52828f 100644
--- a/app/views/projects/_form.html.haml
+++ b/app/views/projects/_form.html.haml
@@ -19,13 +19,13 @@
       %tr
         %td
           .left= f.label :path
-          %cite.right git@yourserver:
+          %cite.right= "git@#{GITOSIS["host"]}:"
         %td
           = f.text_field :path, :placeholder => "example_project", :disabled => !@project.new_record?
       %tr
         %td
           .left= f.label :code
-          %cite.right http://yourserver/
+          %cite.right= "http://#{GITOSIS["host"]}/"
         %td= f.text_field :code, :placeholder => "example"
 
       %tr