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-08-06 15:58:24 -07:00
parent ebb7807bb4
commit 1c98ca7042
2 changed files with 6 additions and 5 deletions

View file

@ -446,10 +446,11 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO {
/**
* Get a parsed object representation of the repository's remote URI. This
* may be a normal URI (returned as a @{class:PhutilURI}) or a git URI
* (returned as a @{class:PhutilGitURI}).
* may be a normal URI (returned as a @{class@libphutil:PhutilURI}) or a git
* URI (returned as a @{class@libphutil:PhutilGitURI}).
*
* @return wild A @{class:PhutilURI} or @{class:PhutilGitURI}.
* @return wild A @{class@libphutil:PhutilURI} or
* @{class@libphutil:PhutilGitURI}.
* @task uri
*/
private function getRemoteURIObject() {

View file

@ -17,7 +17,7 @@ powerful way to respond to events.
To install event listeners, follow these steps:
- Write a listener class which extends @{class:PhutilEventListener}.
- Write a listener class which extends @{class@libphutil:PhutilEventListener}.
- Add it to a libphutil library, or create a new library (for instructions,
see @{article:libphutil Libraries User Guide}.
- Configure Phabricator to load the library by adding it to `load-libraries`
@ -165,7 +165,7 @@ Data available on this event:
with a different result, replace this with the correct PHID in your event
listener.
Using @{class:PhutilEmailAddress} may be helpful in parsing the query.
Using @{class@libphutil:PhutilEmailAddress} may be helpful in parsing the query.
== Edge: Will Edit Edges ==