From d10a1b5739730425fc5a103f8fd7eb15b6e34db8 Mon Sep 17 00:00:00 2001 From: Dan Pickett Date: Tue, 10 May 2011 20:55:59 -0400 Subject: fix bad encoding on contributing to RoR page --- railties/guides/source/contributing_to_ruby_on_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index fecc7b5e43..a48355a833 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -361,7 +361,7 @@ $ git push mine master h4. Issue a Pull Request -Navigate to the Rails repository you just pushed to (e.g. https://github.com/<your user name>/rails) and press "Pull Request" in the upper right hand corner. +Navigate to the Rails repository you just pushed to (e.g. https://github.com//rails) and press "Pull Request" in the upper right hand corner. Ensure the changesets you introduced are included in the "Commits" tab and that the "Files Changed" incorporate all of your changes. -- cgit v1.2.3