Commit d55ee139eb3ed52334ecea2cfd58fe1313ba66f9

Authored by Dmitriy Zaporozhets
2 parents 0aa389b4 509c4516

Merge branch 'remove-dot-org' into 'master'

Remove Dot Org
PROCESS.md
... ... @@ -12,7 +12,7 @@ Below we describe the contributing process to GitLab for two reasons. So that co
12 12 - Closes invalid issues and merge requests with a comment (duplicates, [feature requests](#feature-requests), [fixed in newer version](#issue-fixed-in-newer-version), [issue report for old version](#issue-report-for-old-version), not a problem in GitLab, etc.)
13 13 - Assigns appropriate [labels](#how-we-handle-issues)
14 14 - Asks for feedback from issue reporter/merge request initiator ([invalid issue reports](#improperly-formatted-issue), [format code](#code-format), etc.)
15   -- Asks for feedback from the relevant developer(s) based on the [list of members and their specialities](http://gitlab.org/team/)
  15 +- Asks for feedback from the relevant developer(s) based on the [list of members and their specialities](https://www.gitlab.com/core-team/)
16 16 - Monitors all issues/merge requests for feedback (but especially ones commented on since automatically watching them):
17 17 - Closes issues with no feedback from the reporter for two weeks
18 18 - Closes stale merge requests
... ... @@ -37,7 +37,7 @@ Below we describe the contributing process to GitLab for two reasons. So that co
37 37  
38 38 ## Mentioning people
39 39  
40   -The most important thing is making sure valid issues receive feedback from the development team. Therefore the priority is mentioning developers that can help on those issue. Please select someone with relevant experience from [GitLab core team](http://gitlab.org/team/). If there is nobody mentioned with that expertise look in the commit history for the affected files to find someone. Avoid mentioning the lead developer, this is the person that is least likely to give a timely response. If the involvement of the lead developer is needed the other core team members will mention this person.
  40 +The most important thing is making sure valid issues receive feedback from the development team. Therefore the priority is mentioning developers that can help on those issue. Please select someone with relevant experience from [GitLab core team](https://www.gitlab.com/core-team/). If there is nobody mentioned with that expertise look in the commit history for the affected files to find someone. Avoid mentioning the lead developer, this is the person that is least likely to give a timely response. If the involvement of the lead developer is needed the other core team members will mention this person.
41 41  
42 42 ## Workflow labels
43 43  
... ... @@ -89,7 +89,7 @@ Please use ``` to format console output, logs, and code as it's very hard to rea
89 89  
90 90 ### Issue fixed in newer version
91 91  
92   -Thanks for the issue report. This issue has already been fixed in newer versions of GitLab. Due to the size of this project and our limited resources we are only able to support the latest stable release as outlined in our \[contributing guidelines\]\(https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#issue-tracker). In order to get this bug fix and enjoy many new features please \[upgrade\]\(http://blog.gitlab.org/). If you still experience issues at that time please open a new issue following our issue tracker guidelines found in the \[contributing guidelines\]\(https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#issue-tracker-guidelines).
  92 +Thanks for the issue report. This issue has already been fixed in newer versions of GitLab. Due to the size of this project and our limited resources we are only able to support the latest stable release as outlined in our \[contributing guidelines\]\(https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#issue-tracker). In order to get this bug fix and enjoy many new features please \[upgrade\]\(https://github.com/gitlabhq/gitlabhq/tree/master/doc/update). If you still experience issues at that time please open a new issue following our issue tracker guidelines found in the \[contributing guidelines\]\(https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#issue-tracker-guidelines).
93 93  
94 94 ### Improperly formatted merge request
95 95  
... ...
README.md
... ... @@ -23,13 +23,11 @@
23 23  
24 24 ### Resources
25 25  
26   -* GitLab.org community site: [Homepage](http://gitlab.org) | [Screenshots](http://gitlab.org/screenshots/) | [Blog](http://blog.gitlab.org/) | [Demo](http://demo.gitlabhq.com/users/sign_in)
  26 +* [GitLab.com](https://www.gitlab.com/) includes information about [subscriptions](https://www.gitlab.com/subscription/), [consultancy](https://www.gitlab.com/consultancy/), the [community](https://www.gitlab.com/community/) and the [hosted GitLab Cloud](https://www.gitlab.com/cloud/).
27 27  
28   -* GitLab.com commercial services: [Homepage](http://www.gitlab.com/) | [Subscription](http://www.gitlab.com/subscription/) | [Consultancy](http://www.gitlab.com/consultancy/) | [GitLab Cloud](http://www.gitlab.com/cloud/) | [Blog](http://blog.gitlab.com/)
  28 +* [GitLab Enterprise Edition](https://www.gitlab.com/gitlab-ce/) offers additional features that are useful for larger organizations (100+ users).
29 29  
30   -* [GitLab Enterprise Edition](https://www.gitlab.com/features/) offers additional features that are useful for larger organizations (100+ users).
31   -
32   -* [GitLab CI](https://gitlab.com/gitlab-org/gitlab-ci/blob/master/README.md) is a continuous integration (CI) server that is easy to integrate with GitLab.
  30 +* [GitLab CI](https://www.gitlab.com/gitlab-ci/) is a continuous integration (CI) server that is easy to integrate with GitLab.
33 31  
34 32 * Unofficial third-party [iPhone app](http://gitlabcontrol.com/) and [Android app](https://play.google.com/store/apps/details?id=com.bd.gitlab&hl=en) for GitLab
35 33  
... ... @@ -155,12 +153,3 @@ or start each component separately
155 153 * [Book](http://www.packtpub.com/gitlab-repository-management/book) written by GitLab enthusiast Jonathan M. Hethey is unofficial but it offers a good overview.
156 154  
157 155 * [Gitter chat room](https://gitter.im/gitlabhq/gitlabhq#) here you can ask questions when you need help.
158   -
159   -
160   -### Getting in touch
161   -
162   -* [Core team](http://gitlab.org/team/)
163   -
164   -* [Contributors](http://contributors.gitlab.org/)
165   -
166   -* [Community](http://gitlab.org/community/)
... ...
doc/development/architecture.md
... ... @@ -3,7 +3,7 @@
3 3  
4 4 # Software delivery
5 5  
6   -There are two editions of GitLab: [Enterprise Edition](https://www.gitlab.com/features/) (EE) and [Community Edition](http://gitlab.org/gitlab-ce/) (CE).
  6 +There are two editions of GitLab: [Enterprise Edition](https://www.gitlab.com/gitlab-ee/) (EE) and [Community Edition](https://www.gitlab.com/gitlab-ce/) (CE).
7 7 GitLab CE is delivered via git from the [gitlabhq repository](https://gitlab.com/gitlab-org/gitlab-ce/tree/master).
8 8 New versions of GitLab are released in stable branches and the master branch is for bleeding edge development.
9 9  
... ...
doc/install/installation.md
... ... @@ -4,7 +4,7 @@ this should be the highest numbered stable branch (example shown below).
4 4  
5 5 ![capture](http://i.imgur.com/d2AlIVj.png)
6 6  
7   -If this is unclear check the [GitLab Blog](http://blog.gitlab.org/) for installation guide links by version.
  7 +If this is unclear check the [GitLab Blog](https://www.gitlab.com/blog/) for installation guide links by version.
8 8  
9 9 # Important notes
10 10  
... ...
doc/release/security.md
... ... @@ -15,7 +15,7 @@ Please report suspected security vulnerabilities in private to support@gitlab.co
15 15 1. Acknowledge the issue to the researcher that disclosed it
16 16 1. Fix the issue on a feature branch, do this on the private GitLab development server and update the VERSION and CHANGELOG in this branch
17 17 1. Consider creating and testing workarounds
18   -1. Create feature branches for the blog posts on GitLab.org and GitLab.com and link them from the code branch
  18 +1. Create feature branches for the blog post on GitLab.com and link them from the code branch
19 19 1. Merge the code feature branch into master
20 20 1. Cherry-pick the code into the latest stable branch
21 21 1. Create a git tag vX.X.X for CE and another patch release for EE
... ...