Fix the "Start recording" links on home page

openid
Marcin Kulik 11 years ago
parent 88e2e54477
commit 641b71d964

@ -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

Loading…
Cancel
Save