mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Minor, fix a documentation link (thanks, @ipalaus!).
This commit is contained in:
parent
c2a9a8079f
commit
463cb116bd
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ final class PhabricatorFileUploadView extends AphrontView {
|
||||||
}
|
}
|
||||||
|
|
||||||
$doc_href = PhabricatorEnv::getDocLink(
|
$doc_href = PhabricatorEnv::getDocLink(
|
||||||
'articles/Configuring_File_Upload_Limits.html');
|
'article/Configuring_File_Upload_Limits.html');
|
||||||
$doc_link = phutil_render_tag(
|
$doc_link = phutil_render_tag(
|
||||||
'a',
|
'a',
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue