From 7b7cc1341bd41106c0e6c5eb399f8aff39b43f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Fri, 20 Apr 2012 15:52:35 -0300 Subject: [PATCH] in feedback solicitation text, correct that docrails is fork, not branch --- guides/source/layout.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

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. -- GitLab