summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-12-11 16:49:08 -0800
committerAndre Arko <andre@arko.net>2012-12-17 12:50:25 -0800
commit4e350544477664dc7a9e11db7dddb57fb6cf9b40 (patch)
treec12ee60699a8d0003d48f8d093ee7292856b9712
parente219de0451f0af19875a2558327d663d5fd9a208 (diff)
downloadbundler-4e350544477664dc7a9e11db7dddb57fb6cf9b40.tar.gz
fix links in contributing files
-rw-r--r--CONTRIBUTE.md4
-rw-r--r--CONTRIBUTING.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index 51754b9594..bc29d0c07e 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -1,9 +1,9 @@
-Great to have you here! Here are a few ways you can help out with [Bundler](http://github.com/carlhuda/bundler)!
+Great to have you here! Here are a few ways you can help out with [Bundler](http://github.com/carlhuda/bundler).
# Learn & listen
-You can start learning about Bundler by reading [the documentation](http://gembundler.com). The best place to start learning about why Bundler exists and what it does is the [Understanding Bundler](http://gembundler.com/v1.2/rationale.html) page. Once you've read that, you can check out discussions about Bundler on the [Bundler mailing list](https://groups.google.com/forum/ruby-bundler) and in the [Bundler IRC channel](irc://irc.freenode.net/#bundler), which is #bundler on Freenode.
+You can start learning about Bundler by reading [the documentation](http://gembundler.com). If you want, you can also read a (lengthy) explanation of [why Bundler exists and what it does](http://gembundler.com/v1.2/rationale.html). You can also check out discussions about Bundler on the [Bundler mailing list](https://groups.google.com/forum/ruby-bundler) and in the [Bundler IRC channel](irc://irc.freenode.net/#bundler), which is #bundler on Freenode.
## Core Team
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58363b69b7..4358605b86 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
# Creating Issues
-If you're having a problem, please see [ISSUES](../ISSUES.md) for troubleshooting steps and a guide for how to submit a ticket that will help us solve the problem you are having as quickly as possible.
+If you're having a problem, please see [ISSUES](https://github.com/carlhuda/bundler/blob/master/ISSUES.md) for troubleshooting steps and a guide for how to submit a ticket that will help us solve the problem you are having as quickly as possible.
# Discussing Bundler
@@ -8,6 +8,6 @@ If you'd like to discuss features, ask questions, or just engage in general Bund
# Helping Out
-If you'd like to help make Bundler better, you totally rock! Please check out the [CONTRIBUTE](../CONTRIBUTE.md) file for an introduction to the project, guidelines for contributing, and suggestions for things anyone can do that would be helpful.
+If you'd like to help make Bundler better, you totally rock! Please check out the [CONTRIBUTE](https://github.com/carlhuda/bundler/CONTRIBUTE.md) file for an introduction to the project, guidelines for contributing, and suggestions for things anyone can do that would be helpful.
Thanks for helping us make Bundler better. \ No newline at end of file