diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2015-11-07 16:11:49 +0100 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2015-11-07 16:11:49 +0100 |
commit | e9f3db1558ea8f169a8ad0b43ce7f3fcaa02bfcc (patch) | |
tree | da3d8d4e4ba40751829e5699f30d313a9bda4a4e | |
parent | 84999611d8f7894219eb4ebc76555c79b1f14794 (diff) | |
parent | 920a2d974c15662ffac49146348c8d638a9db92b (diff) | |
download | gitlab-ce-e9f3db1558ea8f169a8ad0b43ce7f3fcaa02bfcc.tar.gz |
Merge pull request #9782 from gitlabhq/jvanbaarsen-patch-1
Fixed markdown issue in PROCESS.md
-rw-r--r-- | PROCESS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PROCESS.md b/PROCESS.md index d42168a7231..a4b0c83644b 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -119,6 +119,6 @@ rebase with master to see if that solves the issue. ### Closing down the issue tracker on GitHub We are currently in the process of closing down the issue tracker on GitHub, to -prevent duplication with the [GitLab.com issue tracker][https://gitlab.com/gitlab-org/gitlab-ce/issues]. +prevent duplication with the GitLab.com issue tracker. Since this is an older issue I'll be closing this for now. If you think this is -still an issue I encourage you to open it on the [GitLab.com issue tracker][https://gitlab.com/gitlab-org/gitlab-ce/issues]. +still an issue I encourage you to open it on the \[GitLab.com issue tracker\](https://gitlab.com/gitlab-org/gitlab-ce/issues). |