From e6370bffe85ef7cc4f665c2ed805ed2ccbe247e3 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 26 Jan 2016 14:29:35 +0530 Subject: [PATCH] fix reference links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a58dfad3..4749ccf8 100644 --- a/README.md +++ b/README.md @@ -1069,10 +1069,10 @@ docker exec -it gitlab bash # References -* [https://github.com/gitlabhq/gitlabhq]() -* [https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md]() -* [http://wiki.nginx.org/HttpSslModule]() -* [https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html]() -* [https://github.com/gitlabhq/gitlab-recipes/blob/master/web-server/nginx/gitlab-ssl]() -* [https://github.com/jpetazzo/nsenter]() -* [https://jpetazzo.github.io/2014/03/23/lxc-attach-nsinit-nsenter-docker-0-9/]() +* https://github.com/gitlabhq/gitlabhq +* https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md +* http://wiki.nginx.org/HttpSslModule +* https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html +* https://github.com/gitlabhq/gitlab-recipes/blob/master/web-server/nginx/gitlab-ssl +* https://github.com/jpetazzo/nsenter +* https://jpetazzo.github.io/2014/03/23/lxc-attach-nsinit-nsenter-docker-0-9/