summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorWhitney-Rose Levis <ms.whitney.levis@gmail.com>2017-02-05 17:17:40 -0800
committerWhitney-Rose Levis <ms.whitney.levis@gmail.com>2017-02-05 17:17:40 -0800
commita8df1c3184566d54085cced74b25988a09b670c1 (patch)
tree0d2cdb8fc03e3f4c646f421b597ad87919a16baa /doc/development/README.md
parentca725b7fef4d28e58270ec731036c51e7c4f0878 (diff)
downloadbundler-a8df1c3184566d54085cced74b25988a09b670c1.tar.gz
Fix links in READMEs causing 404 errors in Github
In doc/contributing/README.md, doc/documentation/README.md, and doc/development/README.md, there were links that referenced files in the same doc directory but prepended the directory name. This lead to urls that were broken due to having the directory name stated twice.
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/README.md b/doc/development/README.md
index 3d10062472..54cb4a3342 100644
--- a/doc/development/README.md
+++ b/doc/development/README.md
@@ -2,18 +2,18 @@
So, you're ready to start contributing to Bundler! You've come to the right place. Here you'll find an overview of how to work on Bundler locally and a description of the process from code to release.
-##[Development setup](development/SETUP.md)
+##[Development setup](SETUP.md)
Guidelines for setting up your local development environment.
-##[Submitting pull requests](development/PULL_REQUESTS.md)
+##[Submitting pull requests](PULL_REQUESTS.md)
An overview of our preferred PR process, including how to run the test suite and what to expect when you submit code for review.
-##[Adding new features](development/NEW_FEATURES.md)
+##[Adding new features](NEW_FEATURES.md)
Guidelines for proposing and writing new features for Bundler.
-##[Releasing Bundler](development/RELEASING.md)
+##[Releasing Bundler](RELEASING.md)
A broad-strokes overview of the release process adhered to by the Bundler core team.