aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/contributing_to_ruby_on_rails.md
diff options
context:
space:
mode:
authorAmit Thawait <amit17thawait@gmail.com>2013-07-08 12:49:36 -0700
committerAmit Thawait <amit17thawait@gmail.com>2013-07-08 12:49:36 -0700
commitd78f8c8c7fc7f78cebe0e549bb7107b223e4dc25 (patch)
treeae7a93675fafab5550aee970a8bd0597b65ee55e /guides/source/contributing_to_ruby_on_rails.md
parentb025fca0c50da0a6a4bf9cf18c8758ace1e1ed22 (diff)
downloadrails-d78f8c8c7fc7f78cebe0e549bb7107b223e4dc25.tar.gz
rails-d78f8c8c7fc7f78cebe0e549bb7107b223e4dc25.tar.bz2
rails-d78f8c8c7fc7f78cebe0e549bb7107b223e4dc25.zip
Fixed broken link of Travis CI for rails and added full path
Diffstat (limited to 'guides/source/contributing_to_ruby_on_rails.md')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md3
1 files changed, 1 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..6360c682b5 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -234,8 +234,7 @@ 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.