1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 20:40:56 +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:
epriestley 2011-10-20 14:27:12 -07:00
parent 9a4bb3901e
commit e788f0f766

View file

@ -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(