aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRory O’Kane <rory@roryokane.com>2012-04-20 15:52:35 -0300
committerRory O’Kane <rory@roryokane.com>2012-04-20 15:52:35 -0300
commit7b7cc1341bd41106c0e6c5eb399f8aff39b43f52 (patch)
tree74be8c617f9a960b2b8d4754816143c232d29e9a /guides
parentd717468888b9695aaaafd1d79f125023f7810401 (diff)
downloadrails-7b7cc1341bd41106c0e6c5eb399f8aff39b43f52.tar.gz
rails-7b7cc1341bd41106c0e6c5eb399f8aff39b43f52.tar.bz2
rails-7b7cc1341bd41106c0e6c5eb399f8aff39b43f52.zip
in feedback solicitation text, correct that docrails is fork, not branch
Diffstat (limited to 'guides')
-rw-r--r--guides/source/layout.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/layout.html.erb b/guides/source/layout.html.erb
index 35b6fc7014..71172ec24e 100644
--- a/guides/source/layout.html.erb
+++ b/guides/source/layout.html.erb
@@ -82,7 +82,7 @@
<p>
If you see any typos or factual errors you are confident to
patch, please clone <%= link_to 'docrails', 'https://github.com/lifo/docrails' %>
- and push the change yourself. That branch of Rails has public write access.
+ and push the change yourself. That fork of Rails has public write access.
Commits are still reviewed, but that happens after you've submitted your
contribution. <%= link_to 'docrails', 'https://github.com/lifo/docrails' %> is
cross-merged with master periodically.