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
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class PhabricatorSlowvoteController extends PhabricatorController {
|
|||||||
$page->setTitle(idx($data, 'title'));
|
$page->setTitle(idx($data, 'title'));
|
||||||
$page->setGlyph("\xE2\x9C\x94");
|
$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(
|
$page->setTabs(
|
||||||
array(
|
array(
|
||||||
'help' => array(
|
'help' => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user