From 41ba51f4850a8cd2fe69789011ac33366366d32f Mon Sep 17 00:00:00 2001 From: Harshad Sabne Date: Sun, 1 Dec 2013 15:07:21 +0530 Subject: Update contributing_to_ruby_on_rails.md Escape hyphen --- guides/source/contributing_to_ruby_on_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index a6956eb009..8b3ff24ee1 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. -- cgit v1.2.3