From 4101c0ea10522bf58bd3df6699b2494539ff6200 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Mon, 27 Aug 2012 19:33:00 -0700 Subject: [PATCH] Fixed the link to GitHub issues Fixed the formatting of the link to Fog's GitHub issues. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aed2e1b49..ad5b997ed 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ geemus says: "That should give you everything you need to get started, but let m ## Contributing -* Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the {issues}[http://github.com/fog/fog/issues] +* Find something you would like to work on. For suggestions look for the `easy`, `medium` and `hard` tags in the [issues](https://github.com/fog/fog/issues) * Fork the project and do your work in a topic branch. * Add shindo tests to prove your code works and run all the tests using `bundle exec rake`. * Rebase your branch against fog/fog to make sure everything is up to date.