mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 02:12:41 +01:00
Fix docs links after D2181
Test Plan: diviner . Reviewers: epriestley Reviewed By: epriestley CC: aran Differential Revision: https://secure.phabricator.com/D2188
This commit is contained in:
parent
65fc2545a3
commit
e87e1786a6
3 changed files with 3 additions and 3 deletions
|
@ -447,7 +447,7 @@ final class PhabricatorPeopleEditController
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'href' => PhabricatorEnv::getDoclink(
|
'href' => PhabricatorEnv::getDoclink(
|
||||||
'article/User_Guide:_Account_Roles.html'),
|
'article/User_Guide_Account_Roles.html'),
|
||||||
'target' => '_blank',
|
'target' => '_blank',
|
||||||
),
|
),
|
||||||
'User Guide: Account Roles');
|
'User Guide: Account Roles');
|
||||||
|
|
|
@ -55,7 +55,7 @@ EXAMPLE;
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
'href' => PhabricatorEnv::getDoclink(
|
'href' => PhabricatorEnv::getDoclink(
|
||||||
'article/User_Guide:_Configuring_an_External_Editor.html'),
|
'article/User_Guide_Configuring_an_External_Editor.html'),
|
||||||
),
|
),
|
||||||
'User Guide: Configuring an External Editor');
|
'User Guide: Configuring an External Editor');
|
||||||
|
|
||||||
|
|
|
@ -119,7 +119,7 @@ final class PhabricatorRepositoryEditController
|
||||||
}
|
}
|
||||||
|
|
||||||
$encoding_doc_link = PhabricatorEnv::getDoclink(
|
$encoding_doc_link = PhabricatorEnv::getDoclink(
|
||||||
'article/User_Guide:_UTF-8_and_Character_Encoding.html');
|
'article/User_Guide_UTF-8_and_Character_Encoding.html');
|
||||||
|
|
||||||
$form = new AphrontFormView();
|
$form = new AphrontFormView();
|
||||||
$form
|
$form
|
||||||
|
|
Loading…
Reference in a new issue