diff --git a/app/views/home/show.html.slim b/app/views/home/show.html.slim index bf7ccd9..973719b 100644 --- a/app/views/home/show.html.slim +++ b/app/views/home/show.html.slim @@ -8,10 +8,10 @@ section#about.feature ' Asciinema is the simplest way to record your terminal and share the recordings with your fellow geeks. Simply record and upload your terminal session with - #{link_to 'a single command', docs_path(:record)}, and Asciinema will + #{link_to 'a single command', docs_path(:gettingstarted)}, and Asciinema will play it back in your browser. p - = link_to '» Start Recording'.html_safe, docs_path(:record) + = link_to '» Start Recording'.html_safe, docs_path(:gettingstarted) .secondary_info = player @asciicast, :speed => 2.0, :hud => false if @asciicast