aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-09 01:00:25 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-07-09 01:00:25 -0700
commit449b5f3ed82608c74a48d61113f0f8297b5d4a26 (patch)
tree4e700c1affc04a0825d166603499145736c665a4 /guides/source
parent6e53bcfe99cde623c91ad99400dc148d08ca0717 (diff)
parentd92d28dde1b72491ace641bf50ffdda50354390e (diff)
downloadrails-449b5f3ed82608c74a48d61113f0f8297b5d4a26.tar.gz
rails-449b5f3ed82608c74a48d61113f0f8297b5d4a26.tar.bz2
rails-449b5f3ed82608c74a48d61113f0f8297b5d4a26.zip
Merge pull request #11368 from Amit-Thawait/master
Fixed Travis CI link for rails
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index b9f42fa51b..24e16ecd40 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -234,8 +234,8 @@ workflow with the [rails-dev-box](https://github.com/rails/rails-dev-box).
As a compromise, test what your code obviously affects, and if the change is
not in railties run the whole test suite of the affected component. If all is
-green that's enough to propose your contribution. We have [Travis CI](https
-://travis-ci.org/) as a safety net for catching unexpected breakages
+green that's enough to propose your contribution. We have [Travis CI](https://travis-ci.org/rails/rails)
+as a safety net for catching unexpected breakages
elsewhere.
TIP: Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability of Rails will generally not be accepted.