@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Aviv Eyal and committed by
avivey
ba505c03 5e671639

+1 -1
+1 -1
src/applications/search/engine/PhabricatorSearchEngineAPIMethod.php
··· 68 68 'This is a standard **ApplicationSearch** method which will let you '. 69 69 'list, query, or search for objects. For documentation on these '. 70 70 'endpoints, see **[[ %s | Conduit API: Using Search Endpoints ]]**.', 71 - PhabricatorEnv::getDoclink('Conduit API: Using Edit Endpoints')); 71 + PhabricatorEnv::getDoclink('Conduit API: Using Search Endpoints')); 72 72 } 73 73 74 74 final public function getMethodDocumentation() {