From e788f0f76674dc8ca0f896b5356a1904601e7ef7 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 20 Oct 2011 14:27:12 -0700 Subject: [PATCH] Fix link to Slowvote user guide Summary: This URI is incorrect. Test Plan: Clicked "Help" tab. Reviewers: cpiro Reviewed By: cpiro CC: aran, cpiro Differential Revision: 1026 --- .../slowvote/controller/base/PhabricatorSlowvoteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/slowvote/controller/base/PhabricatorSlowvoteController.php b/src/applications/slowvote/controller/base/PhabricatorSlowvoteController.php index 59db63dd4a..b5976adc08 100644 --- a/src/applications/slowvote/controller/base/PhabricatorSlowvoteController.php +++ b/src/applications/slowvote/controller/base/PhabricatorSlowvoteController.php @@ -29,7 +29,7 @@ abstract class PhabricatorSlowvoteController extends PhabricatorController { $page->setTitle(idx($data, 'title')); $page->setGlyph("\xE2\x9C\x94"); - $doc_href = PhabricatorEnv::getDoclink('articles/Slowvote_User_Guide.html'); + $doc_href = PhabricatorEnv::getDoclink('article/Slowvote_User_Guide.html'); $page->setTabs( array( 'help' => array(