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?