Fix doc links

This commit is contained in:
vrana
2012-08-10 14:21:51 -07:00
parent 0597e765de
commit b2c9edd17d
6 changed files with 9 additions and 8 deletions

View File

@@ -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 =

View File

@@ -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 =

View File

@@ -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}.

View File

@@ -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/##.

View File

@@ -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.