mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 18:22:41 +01:00
Fix doc links
This commit is contained in:
parent
ebb7807bb4
commit
1c98ca7042
2 changed files with 6 additions and 5 deletions
|
@ -446,10 +446,11 @@ final class PhabricatorRepository extends PhabricatorRepositoryDAO {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get a parsed object representation of the repository's remote URI. This
|
* 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
|
* may be a normal URI (returned as a @{class@libphutil:PhutilURI}) or a git
|
||||||
* (returned as a @{class:PhutilGitURI}).
|
* 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
|
* @task uri
|
||||||
*/
|
*/
|
||||||
private function getRemoteURIObject() {
|
private function getRemoteURIObject() {
|
||||||
|
|
|
@ -17,7 +17,7 @@ powerful way to respond to events.
|
||||||
|
|
||||||
To install event listeners, follow these steps:
|
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,
|
- Add it to a libphutil library, or create a new library (for instructions,
|
||||||
see @{article:libphutil Libraries User Guide}.
|
see @{article:libphutil Libraries User Guide}.
|
||||||
- Configure Phabricator to load the library by adding it to `load-libraries`
|
- 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
|
with a different result, replace this with the correct PHID in your event
|
||||||
listener.
|
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 ==
|
== Edge: Will Edit Edges ==
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue