1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Fix doc links

This commit is contained in:
vrana 2012-05-29 15:36:02 -07:00
parent 37b1ac5a24
commit c002b466b8
2 changed files with 6 additions and 6 deletions

View file

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

View file

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