diff options
author | HippoDippo <KayceeIngram33@gmail.com> | 2017-05-28 18:16:29 -0500 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2017-05-29 16:56:24 -0500 |
commit | 9258c31f4e4274eeac08f89beb230896e8c38119 (patch) | |
tree | 1cf3882d5691b285b0b58dfefe61bd260b2be773 /doc | |
parent | b3047f8c3909703123558e4f22c6ada37e019702 (diff) | |
download | bundler-9258c31f4e4274eeac08f89beb230896e8c38119.tar.gz |
Fixed link('these instructions') in HOW_YOU_CAN_HELP.md file
used relative path instead of full url
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing/HOW_YOU_CAN_HELP.md | 2 |
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. |