diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2014-04-27 21:35:38 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2014-04-27 21:35:38 +0530 |
commit | 668d8420dcb77f24cea87d6568b57fa659c340b0 (patch) | |
tree | e406455998083631253b6316419bcf1661caeacc /guides | |
parent | fb1b695f9612aa22d513308d37370a6531c2175e (diff) | |
parent | 9ace0a7ba149dd2409f541b1af69893191ff2450 (diff) | |
download | rails-668d8420dcb77f24cea87d6568b57fa659c340b0.tar.gz rails-668d8420dcb77f24cea87d6568b57fa659c340b0.tar.bz2 rails-668d8420dcb77f24cea87d6568b57fa659c340b0.zip |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 2 |
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 18fca59ca4..28e1172274 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -154,7 +154,7 @@ The easiest and recommended way to get a development environment ready to hack i #### The Hard Way -In case you can't use the Rails development box, see section above, check [this other guide](development_dependencies_install.html). +In case you can't use the Rails development box, see [this other guide](development_dependencies_install.html). ### Clone the Rails Repository ### |