mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
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:
parent
9a4bb3901e
commit
e788f0f766
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue