From 5a7202e1226882a0b72dc5a17dd233003f2c1d4d Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 21 Apr 2014 21:57:48 +0530 Subject: [PATCH] README: added links section with links to issues page and announcement thread --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b35f685..dcbb68d5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ - [Automated Backups](#automated-backups) - [Upgrading](#upgrading) - [Rake Tasks](#rake-tasks) -- [Issues](#issue) +- [Links] + - [Announcements](https://github.com/sameersbn/docker-gitlab/issues/39) + - [Issues](https://github.com/sameersbn/docker-gitlab/issues) - [References](#references) # Introduction @@ -596,9 +598,6 @@ docker run --name=gitlab -d [OPTIONS] \ For a complete list of available rake tasks please refer https://github.com/gitlabhq/gitlabhq/tree/master/doc/raketasks or the help section of your gitlab installation. -# Issues -Please report issue [here](https://github.com/sameersbn/docker-gitlab/issues) - # References * https://github.com/gitlabhq/gitlabhq * https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md