From 641b71d964a89b742bebd7700cbe2c76b6934b83 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 26 Oct 2013 00:01:27 +0200 Subject: [PATCH] Fix the "Start recording" links on home page --- app/views/home/show.html.slim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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