From 27fb3f156cd9859d2f36fc37c39485e144725dda Mon Sep 17 00:00:00 2001 From: Fatih Orhan Date: Thu, 18 Jun 2020 20:36:50 +0300 Subject: [PATCH] Update sell.html.haml --- app/views/home/sell.html.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/home/sell.html.haml b/app/views/home/sell.html.haml index 5238fd4cd8..ad0740979e 100644 --- a/app/views/home/sell.html.haml +++ b/app/views/home/sell.html.haml @@ -18,7 +18,7 @@ %h3= t :sell_producers %p = t :sell_producers_detail - %a{href: "https://openfoodnetwork.org/user-guide/"}= t(:sell_user_guide) + %a{href: ContentConfig.user_guide_link}= t(:sell_user_guide) %a.button.transparent{href: signup_producers_path} = t :register_title @@ -26,7 +26,7 @@ %h3= t :sell_hubs %p = t :sell_hubs_detail - %a{href: "https://openfoodnetwork.org/user-guide/"}= t(:sell_user_guide) + %a{href: ContentConfig.user_guide_link}= t(:sell_user_guide) %a.button.transparent{href: signup_shops_path} = t :register_title @@ -34,7 +34,7 @@ %h3= t :sell_groups %p = t :sell_groups_detail - %a{href: "https://openfoodnetwork.org/user-guide/"}= t(:sell_user_guide) + %a{href: ContentConfig.user_guide_link}= t(:sell_user_guide) %a.button.transparent{href: signup_groups_path} = t :register_title