mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix doc links
This commit is contained in:
parent
37b1ac5a24
commit
c002b466b8
2 changed files with 6 additions and 6 deletions
|
@ -882,7 +882,7 @@ celerity_register_resource_map(array(
|
|||
),
|
||||
'javelin-behavior-dark-console' =>
|
||||
array(
|
||||
'uri' => '/res/9cc84023/rsrc/js/application/core/behavior-dark-console.js',
|
||||
'uri' => '/res/3269c0bb/rsrc/js/application/core/behavior-dark-console.js',
|
||||
'type' => 'js',
|
||||
'requires' =>
|
||||
array(
|
||||
|
|
|
@ -569,7 +569,7 @@ abstract class DifferentialFieldSpecification {
|
|||
|
||||
|
||||
/**
|
||||
* Specify which @{class:PhabricatorObjectHandles} need to be loaded for your
|
||||
* Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your
|
||||
* field to render correctly.
|
||||
*
|
||||
* This is a convenience method which makes the handles available on all
|
||||
|
@ -590,7 +590,7 @@ abstract class DifferentialFieldSpecification {
|
|||
|
||||
|
||||
/**
|
||||
* Specify which @{class:PhabricatorObjectHandles} need to be loaded for your
|
||||
* Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your
|
||||
* field to render correctly on the view interface.
|
||||
*
|
||||
* This is a more specific version of @{method:getRequiredHandlePHIDs} which
|
||||
|
@ -606,7 +606,7 @@ abstract class DifferentialFieldSpecification {
|
|||
|
||||
|
||||
/**
|
||||
* Specify which @{class:PhabricatorObjectHandles} need to be loaded for your
|
||||
* Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your
|
||||
* field to render correctly on the list interface.
|
||||
*
|
||||
* This is a more specific version of @{method:getRequiredHandlePHIDs} which
|
||||
|
@ -624,7 +624,7 @@ abstract class DifferentialFieldSpecification {
|
|||
|
||||
|
||||
/**
|
||||
* Specify which @{class:PhabricatorObjectHandles} need to be loaded for your
|
||||
* Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your
|
||||
* field to render correctly on the edit interface.
|
||||
*
|
||||
* This is a more specific version of @{method:getRequiredHandlePHIDs} which
|
||||
|
@ -639,7 +639,7 @@ abstract class DifferentialFieldSpecification {
|
|||
}
|
||||
|
||||
/**
|
||||
* Specify which @{class:PhabricatorObjectHandles} need to be loaded for your
|
||||
* Specify which @{class:PhabricatorObjectHandle}s need to be loaded for your
|
||||
* field to render correctly on the commit message interface.
|
||||
*
|
||||
* This is a more specific version of @{method:getRequiredHandlePHIDs} which
|
||||
|
|
Loading…
Reference in a new issue