summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-05-30 07:01:36 +0000
committerThe Bundler Bot <bot@bundler.io>2017-05-30 07:01:36 +0000
commit8b2a700387478eb46b86d14789730d059bc6abf4 (patch)
tree3b5d506c6655913fce03ad0dc86beb8b55fba1eb
parentf4bc5c56cbaf0bb521774fc5a07ca4b0513a2519 (diff)
parent9258c31f4e4274eeac08f89beb230896e8c38119 (diff)
downloadbundler-8b2a700387478eb46b86d14789730d059bc6abf4.tar.gz
Auto merge of #5683 - HippoDippo:master, r=segiddins
Fixed broken link in docs fixed broken link within the HOW_YOU_CAN_HELP.md file in the docs. The link is located at the bottom of the file. It is on the second to last item in the unordered list. The words to the link are: "these instructions".
-rw-r--r--doc/contributing/HOW_YOU_CAN_HELP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/HOW_YOU_CAN_HELP.md b/doc/contributing/HOW_YOU_CAN_HELP.md
index b1e90de506..32a6107049 100644
--- a/doc/contributing/HOW_YOU_CAN_HELP.md
+++ b/doc/contributing/HOW_YOU_CAN_HELP.md
@@ -21,7 +21,7 @@ Generally, great ways to get started helping out with Bundler are:
- reviewing [pull requests](https://github.com/bundler/bundler/pulls) and suggesting improvements
- improving existing code, including suggestions from [PullReview](https://www.pullreview.com/github/bundler/bundler/reviews/master) or [CodeClimate](https://codeclimate.com/github/bundler/bundler)
- writing code (no patch is too small! fix typos or bad whitespace)
- - get started setting up your dev environment with [these instructions](../development/DEVELOPMENT_SETUP.md)
+ - get started setting up your dev environment with [these instructions](../development/SETUP.md)
- backfilling [unit tests](https://github.com/bundler/bundler/tree/master/spec/bundler) for modules that lack [coverage](https://codeclimate.com/github/bundler/bundler/coverage)
If nothing on those lists looks good, [talk to us](http://slack.bundler.io/), and we'll figure out what you can help with. We can absolutely use your help, no matter what level of programming skill you have at the moment.