From 1067d6a731f9bb85ec295a4277f802d4bb58839e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 26 Aug 2013 10:54:27 +0200 Subject: [PATCH] fix link to the tutorials in the sidebar [ci skip] --- app/views/shared/_right_sections.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_right_sections.html.haml b/app/views/shared/_right_sections.html.haml index 1846abde1..b0c34ba37 100644 --- a/app/views/shared/_right_sections.html.haml +++ b/app/views/shared/_right_sections.html.haml @@ -41,7 +41,7 @@ %br %p != t('aspects.index.help.tutorials_and_wiki', - :tutorial => link_to(t('aspects.index.help.tutorial_link_text'), "https://diasporafoundation.org/getting_started", :target => '_blank'), + :tutorial => link_to(t('aspects.index.help.tutorial_link_text'), "https://diasporafoundation.org/tutorials", :target => '_blank'), :wiki => link_to('Wiki','http://wiki.diasporafoundation.org', :target => '_blank'), :target => '_blank') - unless AppConfig.configured_services.blank? || all_services_connected?