Fix the path to getting started page
This commit is contained in:
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…
Reference in New Issue
Block a user