1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Fix doc links

This commit is contained in:
vrana 2012-07-19 15:04:18 -07:00
parent ba4fb05d91
commit 293199b5d3
2 changed files with 4 additions and 4 deletions

View file

@ -652,10 +652,10 @@ return array(
// A domain name to use when authenticating against Active Directory // A domain name to use when authenticating against Active Directory
// (e.g. 'example.com') // (e.g. 'example.com')
'ldap.activedirectory_domain' => '', 'ldap.activedirectory_domain' => '',
// The LDAP version // The LDAP version
'ldap.version' => 3, 'ldap.version' => 3,
// LDAP Referrals Option // LDAP Referrals Option
// Whether referrals should be followed by the client // Whether referrals should be followed by the client
// Should be set to 0 if you use Windows 2003 AD // Should be set to 0 if you use Windows 2003 AD

View file

@ -107,7 +107,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: libphutil Libraries User Guide}. @{class:PhabricatorDaemon}. See @{article:libphutil Libraries User Guide}.
- See @{article:Diffusion User Guide} for details about tuning the repository - See @{article:Diffusion User Guide} for details about tuning the repository
daemon. daemon.
@ -135,4 +135,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: libphutil Libraries User Guide}. - writing your own daemons with @{article:libphutil Libraries User Guide}.