Fixed the link to GitHub issues

Fixed the formatting of the link to Fog's GitHub issues.
This commit is contained in:
Postmodern 2012-08-27 19:33:00 -07:00
parent 646f754ca8
commit 4101c0ea10
1 changed files with 1 additions and 1 deletions

View File

@ -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.