aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-12-19 22:51:17 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-12-19 22:51:17 +0530
commit4dd8b0b5484289eaa30975dbd45bf7112f43a64a (patch)
tree2b109919b0ab16f80db9386dd6154999091a4c5f /guides
parent3351c2d466b40e30e0e0d310ae4d6caefe00fc2d (diff)
downloadrails-4dd8b0b5484289eaa30975dbd45bf7112f43a64a.tar.gz
rails-4dd8b0b5484289eaa30975dbd45bf7112f43a64a.tar.bz2
rails-4dd8b0b5484289eaa30975dbd45bf7112f43a64a.zip
Revert "Update contributing_to_ruby_on_rails.md"
This reverts commit 41ba51f4850a8cd2fe69789011ac33366366d32f. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/contributing_to_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md
index 8b3ff24ee1..a6956eb009 100644
--- a/guides/source/contributing_to_ruby_on_rails.md
+++ b/guides/source/contributing_to_ruby_on_rails.md
@@ -259,7 +259,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/rails/rails)
+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.