Commit c5bbb15d0cd8faaad5045b444a7f25758552c9db

Authored by dosire
1 parent ec5bfec2

100k organizations use GitLab.

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -9,7 +9,7 @@
9 9 * Manage git repositories with fine grained access controls that keep your code secure
10 10 * Perform code reviews and enhance collaboration with merge requests
11 11 * Each project can also have an issue tracker and a wiki
12   -* Used by more than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises
  12 +* Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises
13 13 * Completely free and open source (MIT Expat license)
14 14 * Powered by Ruby on Rails
15 15  
... ...
app/views/help/index.html.haml
... ... @@ -12,7 +12,7 @@
12 12 %br
13 13 Each project can also have an issue tracker and a wiki.
14 14 %br
15   - Used by more than 50,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
  15 + Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises.
16 16 %br
17 17 Read more about GitLab at #{link_to "www.gitlab.com", "https://www.gitlab.com/", target: "_blank"}.
18 18  
... ...