mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix typo in link to docs
Test Plan: click new link, get to the right page Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15996
This commit is contained in:
parent
5e6716399c
commit
ba505c03f9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ abstract class PhabricatorSearchEngineAPIMethod
|
||||||
'This is a standard **ApplicationSearch** method which will let you '.
|
'This is a standard **ApplicationSearch** method which will let you '.
|
||||||
'list, query, or search for objects. For documentation on these '.
|
'list, query, or search for objects. For documentation on these '.
|
||||||
'endpoints, see **[[ %s | Conduit API: Using Search Endpoints ]]**.',
|
'endpoints, see **[[ %s | Conduit API: Using Search Endpoints ]]**.',
|
||||||
PhabricatorEnv::getDoclink('Conduit API: Using Edit Endpoints'));
|
PhabricatorEnv::getDoclink('Conduit API: Using Search Endpoints'));
|
||||||
}
|
}
|
||||||
|
|
||||||
final public function getMethodDocumentation() {
|
final public function getMethodDocumentation() {
|
||||||
|
|
Loading…
Reference in a new issue