From 93572a5698fb5d4b215dccdfd43ad8e1d9d9089d Mon Sep 17 00:00:00 2001 From: Hongli Lai Date: Mon, 16 Jun 2014 12:41:42 +0200 Subject: [PATCH] Update CONTRIBUTING.md Fix link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85e36ec..18be95d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +1,5 @@ Hey, thanks for wanting to contribute to baseimage-docker. :) -If you have a question, please use the [https://groups.google.com/d/forum/passenger-docker](discussion forum). The Github issue tracker is only for **bug reports and feature requests**. +If you have a question, please use the [discussion forum](https://groups.google.com/d/forum/passenger-docker). The Github issue tracker is only for **bug reports and feature requests**. If you want to develop baseimage-docker, use the Vagrantfile in the repository. It will setup an Ubuntu VM with Docker installed in it. Use the Makefile to build the image.