summaryrefslogtreecommitdiff
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
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.
-rw-r--r--doc/contributing/README.md12
-rw-r--r--doc/development/README.md8
-rw-r--r--doc/documentation/README.md4
3 files changed, 12 insertions, 12 deletions
diff --git a/doc/contributing/README.md b/doc/contributing/README.md
index 29e6d9ddc5..3b04aabcdc 100644
--- a/doc/contributing/README.md
+++ b/doc/contributing/README.md
@@ -10,29 +10,29 @@ Welcome to Bundler! We are so happy that you're here. We know it can be daunting
- *If you're interested in helping with code:*
- Get a quick overview of our [development process](../development/README.md)
- [Setup your machine for development](../development/SETUP.md)
- - Checkout [How you can help: your first contributions!](contributing/HOW_YOU_CAN_HELP.md) for a list of suggestions to get started
+ - Checkout [How you can help: your first contributions!](HOW_YOU_CAN_HELP.md) for a list of suggestions to get started
- *If you're interested in helping with documentation:*
- Read up on [how documentation works for Bundler](../documentation/README.md)
- Learn about our [documentation vision](../documentation/VISION.md)
You can start learning about Bundler by reading [the documentation](http://bundler.io). If you want, you can also read a (lengthy) explanation of [why Bundler exists and what it does](http://bundler.io/rationale.html).
-##[How you can help: your first contributions!](contributing/HOW_YOU_CAN_HELP.md)
+##[How you can help: your first contributions!](HOW_YOU_CAN_HELP.md)
A detailed overview of how to get started contributing to Bundler, including a long list of suggestions for your first project.
-##[Bug triage](contributing/BUG_TRIAGE.md)
+##[Bug triage](BUG_TRIAGE.md)
Want to take a stab at processing issues? Start here.
-##[Getting help](contributing/GETTING_HELP.md)
+##[Getting help](GETTING_HELP.md)
How to get in touch with folks who can help when you're stuck. Don't worry! This happens to all of us. We're really nice, we promise.
-##[Filing issues](contributing/ISSUES.md)
+##[Filing issues](ISSUES.md)
We see a lot of issues in the Bundler repo! Use this guide to file informative, actionable issues.
-##[Community](contributing/COMMUNITY.md)
+##[Community](COMMUNITY.md)
Learn more about our goals for the Bundler community and the ways you can help us build better together.
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.
diff --git a/doc/documentation/README.md b/doc/documentation/README.md
index a29ff1366b..7ebb05401c 100644
--- a/doc/documentation/README.md
+++ b/doc/documentation/README.md
@@ -16,11 +16,11 @@ Not sure where to write documentation? In general, follow these guidelines:
If you are unsure where to begin, ping [@feministy](https://github.com/feministy) or [@indirect](https://github.com/indirect) in the Bundler Slack ([get an invite here](../contributing/GETTING_HELP.md)).
-## [Writing docs for man pages)](documentation/WRITING.md)
+## [Writing docs for man pages)](WRITING.md)
If you’d like to submit a patch to the man pages, you're in the right place! Details on editing and previewing changes to man pages can be found here.
-## [Documentation vision](documentation/VISION.md)
+## [Documentation vision](VISION.md)
Just like Bundler, we have a grand plan (really, a wish list of sorts) for Bundler documentation. Preview our hopes and dreams for our documentation here.