aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorAmit Thawait <amit17thawait@gmail.com>2013-07-09 11:35:12 +0530
committerAmit Thawait <amit17thawait@gmail.com>2013-07-09 11:35:12 +0530
commitd92d28dde1b72491ace641bf50ffdda50354390e (patch)
tree369339537761beafd23941256438d225e084ff14 /guides/source
parentd78f8c8c7fc7f78cebe0e549bb7107b223e4dc25 (diff)
downloadrails-d92d28dde1b72491ace641bf50ffdda50354390e.tar.gz
rails-d92d28dde1b72491ace641bf50ffdda50354390e.tar.bz2
rails-d92d28dde1b72491ace641bf50ffdda50354390e.zip
link break added after the Travis CI link
link break added after the Travis CI link
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 6360c682b5..24e16ecd40 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -234,7 +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/rails/rails) 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.