mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix some missing "@" in doclinks
Summary: Fixes T9368. Test Plan: Grepped for "Adding New Classes". Reviewers: chad Reviewed By: chad Maniphest Tasks: T9368 Differential Revision: https://secure.phabricator.com/D14087
This commit is contained in:
parent
d2374c468f
commit
345cc66f0f
1 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@ This daemon will daemonize and run normally.
|
||||||
just those started with `phd start`. If you're writing a restart script,
|
just those started with `phd start`. If you're writing a restart script,
|
||||||
have it launch any custom daemons explicitly after `phd restart`.
|
have it launch any custom daemons explicitly after `phd restart`.
|
||||||
- You can write your own daemons and manage them with `phd` by extending
|
- You can write your own daemons and manage them with `phd` by extending
|
||||||
@{class:PhabricatorDaemon}. See {article@contributor:Adding New Classes}.
|
@{class:PhabricatorDaemon}. See @{article@contributor:Adding New Classes}.
|
||||||
- See @{article:Diffusion User Guide} for details about tuning the repository
|
- See @{article:Diffusion User Guide} for details about tuning the repository
|
||||||
daemon.
|
daemon.
|
||||||
|
|
||||||
|
@ -137,4 +137,4 @@ Continue by:
|
||||||
|
|
||||||
- learning about the repository daemon with @{article:Diffusion User Guide};
|
- learning about the repository daemon with @{article:Diffusion User Guide};
|
||||||
or
|
or
|
||||||
- writing your own daemons with {article@contributor:Adding New Classes}.
|
- writing your own daemons with @{article@contributor:Adding New Classes}.
|
||||||
|
|
Loading…
Reference in a new issue