1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42: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:
vrana 2012-04-10 10:15:40 -07:00
parent 65fc2545a3
commit e87e1786a6
3 changed files with 3 additions and 3 deletions

View file

@ -447,7 +447,7 @@ final class PhabricatorPeopleEditController
'a',
array(
'href' => PhabricatorEnv::getDoclink(
'article/User_Guide:_Account_Roles.html'),
'article/User_Guide_Account_Roles.html'),
'target' => '_blank',
),
'User Guide: Account Roles');

View file

@ -55,7 +55,7 @@ EXAMPLE;
'a',
array(
'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');

View file

@ -119,7 +119,7 @@ final class PhabricatorRepositoryEditController
}
$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