diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb
index d7482a7..b79d1fb 100644
--- a/app/views/home/index.html.erb
+++ b/app/views/home/index.html.erb
@@ -3,5 +3,5 @@
<%= link_to('Logout', destroy_user_session_path, :method => :delete) %>
<% else %>
<%= link_to('Login', new_user_session_path) %>
- <%= link_to('Sign Up', user_registration_path) %>
+ <%= link_to('Sign Up', new_user_registration_path) %>
<% end %>
\ No newline at end of file
--
libgit2 0.21.2