mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, fix help URI for jump nav.
This commit is contained in:
parent
965a4da042
commit
ff4c67d207
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ class PhabricatorDirectoryMainController
|
|||
$jump = trim($jump);
|
||||
|
||||
$help_href = PhabricatorEnv::getDocLink(
|
||||
'articles/Jump_Nav_User_Guide.html');
|
||||
'article/Jump_Nav_User_Guide.html');
|
||||
|
||||
$patterns = array(
|
||||
'/^help/i' => 'uri:'.$help_href,
|
||||
|
@ -460,7 +460,7 @@ class PhabricatorDirectoryMainController
|
|||
|
||||
require_celerity_resource('phabricator-jump-nav');
|
||||
|
||||
$doc_href = PhabricatorEnv::getDocLink('articles/Jump_Nav_User_Guide.html');
|
||||
$doc_href = PhabricatorEnv::getDocLink('article/Jump_Nav_User_Guide.html');
|
||||
$doc_link = phutil_render_tag(
|
||||
'a',
|
||||
array(
|
||||
|
|
Loading…
Reference in a new issue