Fix the path to getting started page

openid
Marcin Kulik 11 years ago
parent ac64d04a51
commit 5674b488ae

@ -11,7 +11,7 @@
<% if @asciicasts.size == 0 %>
<% if current_user && current_user.id == @user.id -%>
You haven't recorded anything yet.
<%= link_to 'Record now', docs_path(:record) %>
<%= link_to 'Record now', docs_path(:gettingstarted) %>
<% else -%>
<%= @user.nickname %> hasn't recorded anything yet.
<% end -%>

Loading…
Cancel
Save