From ff6cb2a6098a70627079084d7e9b46debec83953 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 19 Apr 2018 23:27:22 -0400 Subject: [PATCH] /publish to faq Faq is a better entry point here. --- controller/Controller.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/Controller.class.php b/controller/Controller.class.php index ffa50ddb..b0dbced0 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -146,7 +146,7 @@ class Controller '/news/meet-the-lbry-founders' => '/team', '/faq/no-auction-options' => '/faq/naming', '/join-list' => '/list/subscribe', - '/publish' => '/youtube', + '/publish' => '/faq/how-to-publish', '/faq/quarterly-report-july-2016' => '/credit-reports/2016-Q2', '/faq/quarterly-report-3q-2016' => '/credit-reports/2016-Q3', '/faq/Q4-credit-report' => '/credit-reports/2016-Q4',