From 280c96640db4b97c8d0d05f2f77b233d2e228046 Mon Sep 17 00:00:00 2001 From: Gloria Dwomoh Date: Sat, 2 Apr 2016 14:14:43 +0100 Subject: [PATCH] Add Authentication (user accounts) with Devise The URL seems to give 404 due to the trailing space. --- _posts/2012-04-18-app.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2012-04-18-app.markdown b/_posts/2012-04-18-app.markdown index ee0004c9..4b42f522 100644 --- a/_posts/2012-04-18-app.markdown +++ b/_posts/2012-04-18-app.markdown @@ -418,7 +418,7 @@ Now you can open the file `app/views/pages/info.html.erb` and add information ab * Guide 2: [Put your app online with Heroku by Terence Lee](/heroku) / [Put your app online with OpenShift by Katie Miller](/openshift) / [Put your app online with Shelly Cloud](/shellycloud) / [Put your app online with anynines](/anynines) / [Put your app online with Trucker.io](/trucker) * Guide 3: [Create thumbnail images for the uploads by Miha Filej](/thumbnails) * Guide 4: [Add design using HTML & CSS by Alex Liao](/design) -* Guide 5: [Add Authentication (user accounts) with Devise by Piotr Steininger](/devise/) +* Guide 5: [Add Authentication (user accounts) with Devise by Piotr Steininger](/devise) * Guide 6: [Adding profile pictures with Gravatar](/gravatar) * Guide 7: [Test your app with RSpec](/testing-rspec) * Guide 8: [Continuous Deployment with Travis-CI](/continuous-travis) / [Continuous Deployment with Codeship](/continuous) / [Continuous Deployment with Snap CI](/continuous-snap-ci)