aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-12-25 19:30:06 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-12-25 19:40:52 +0530
commit7a3121b0f234b9a2e82f0a1239ec38c8d33d126c (patch)
treeabb6e8e730194ce0723d369fb3f73fece284ea1f
parent51fd3f37d9bd13d4bed514080f71343eb456567c (diff)
downloadrails-7a3121b0f234b9a2e82f0a1239ec38c8d33d126c.tar.gz
rails-7a3121b0f234b9a2e82f0a1239ec38c8d33d126c.tar.bz2
rails-7a3121b0f234b9a2e82f0a1239ec38c8d33d126c.zip
fix kindle apps link in edge guides index
-rw-r--r--railties/guides/source/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb
index eafe1884f2..5439459b42 100644
--- a/railties/guides/source/index.html.erb
+++ b/railties/guides/source/index.html.erb
@@ -10,7 +10,7 @@ Ruby on Rails Guides
<div id="subCol">
<dl>
<dd class="kindle">Rails Guides are also available for the <%= link_to 'Kindle', 'https://kindle.amazon.com' %>
-and <%= link_to 'Free Kindle Reading Apps', 'www.amazon.com/gp/kindle/kcp' %> for the iPad,
+and <%= link_to 'Free Kindle Reading Apps', 'http://www.amazon.com/gp/kindle/kcp' %> for the iPad,
iPhone, Mac, Android, etc. Download them from <%= link_to 'here', @mobi %>.
</dd>
<dd class="work-in-progress">Guides marked with this icon are currently being worked on. While they might still be useful to you, they may contain incomplete information and even errors. You can help by reviewing them and posting your comments and corrections to the author.</dd>