summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2014-04-14 11:56:43 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2014-04-14 11:56:43 +0000
commit09d4113a31ab2f96ed4102a9beea6750ce9415b8 (patch)
treeee3ff1c5b79a69d437e9c6ec97711653d7db169f
parentec5bfec24e798199d1c53f6ff74fb632e0d244e1 (diff)
parentc5bbb15d0cd8faaad5045b444a7f25758552c9db (diff)
downloadgitlab-ce-09d4113a31ab2f96ed4102a9beea6750ce9415b8.tar.gz
Merge branch '100k' into 'master'
100k
-rw-r--r--README.md2
-rw-r--r--app/views/help/index.html.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7764e0a29f2..0bc28e8a286 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
* Manage git repositories with fine grained access controls that keep your code secure
* Perform code reviews and enhance collaboration with merge requests
* Each project can also have an issue tracker and a wiki
-* Used by more than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises
+* Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises
* Completely free and open source (MIT Expat license)
* Powered by Ruby on Rails
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 16e5948b472..724fe1d6b3a 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -12,7 +12,7 @@
%br
Each project can also have an issue tracker and a wiki.
%br
- Used by more than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
+ Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
%br
Read more about GitLab at #{link_to "www.gitlab.com", "https://www.gitlab.com/", target: "_blank"}.