Fix doc links
This commit is contained in:
@@ -135,7 +135,8 @@ handling and makes it easier to get right than wrong:
|
||||
Filesystem::writeFile('file.bak', $data); // Best
|
||||
do_something_dangerous();
|
||||
|
||||
See @{article:System Commands} for details on the APIs used in this example.
|
||||
See @{article@libphutil:Command Execution} for details on the APIs used in this
|
||||
example.
|
||||
|
||||
= Documentation, Comments and Formatting =
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ You can see this class at @{class:PhabricatorTrivialTestCase} and run it with:
|
||||
PASS <1ms* testAllIsRightWithTheWorld
|
||||
|
||||
For more information on writing tests, see
|
||||
@{class@arcnaist:ArcanistPhutilTestCase} and @{class:PhabricatorTestCase}.
|
||||
@{class@arcanist:ArcanistPhutilTestCase} and @{class:PhabricatorTestCase}.
|
||||
|
||||
= Database Isolation =
|
||||
|
||||
|
||||
@@ -56,4 +56,4 @@ Continue by:
|
||||
|
||||
- Filing a bug of feature request in
|
||||
[[http://secure.phabricator.com/maniphest/task/create/ | Maniphest]]; or
|
||||
- contributing to Phabricator with @{article:Contibutor Introduction}.
|
||||
- contributing to Phabricator with @{article:Contributor Introduction}.
|
||||
|
||||
@@ -47,7 +47,7 @@ Console", implemented by @{class:PhabricatorConduitConsoleController} at
|
||||
##/conduit/##.
|
||||
|
||||
A log of connections and calls is stored by
|
||||
@{class:PhabriatorConduitConnectionLog} and
|
||||
@{class:PhabricatorConduitConnectionLog} and
|
||||
@{class:PhabricatorConduitMethodCallLog}, and can be accessed on the web via
|
||||
@{class:PhabricatorConduitLogController} at ##/conduit/log/##.
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ Additionally, Arcanist ships with some general purpose linters:
|
||||
mistakes.
|
||||
- @{class@arcanist:ArcanistFilenameLinter}, which can enforce generally
|
||||
sensible rules about not giving files nonsense names.
|
||||
- @{class@arcanist:ArcanistLicenseLinter.php}, which can make sure license
|
||||
- @{class@arcanist:ArcanistLicenseLinter}, which can make sure license
|
||||
headers are applied to all source files.
|
||||
- @{class@arcanist:ArcanistNoLintLinter}, which can disable lint for files
|
||||
marked unlintable.
|
||||
|
||||
Reference in New Issue
Block a user