mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Update Diviner documentation to reference Phorge instead of Phabricator for Arcanist.
Test Plan: Generated Diviner documentation on a local install and verified that the changes look good. Reviewers: O1 Blessed Committers, deadalnix Reviewed By: O1 Blessed Committers, deadalnix Subscribers: speck, tobiaswiese Maniphest Tasks: T15012 Differential Revision: https://we.phorge.it/D25008
This commit is contained in:
parent
cf4b14fcbf
commit
737bd0d424
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ a collection of PHP utility classes and functions. Most code in the library is
|
||||||
general-purpose, and makes it easier to build applications in PHP.
|
general-purpose, and makes it easier to build applications in PHP.
|
||||||
|
|
||||||
libphutil is principally the shared library for
|
libphutil is principally the shared library for
|
||||||
[[ http://www.phabricator.org | Phabricator ]] and its CLI **Arcanist**, but is
|
[[ http://phorge.it | Phorge ]] and its CLI **Arcanist**, but is
|
||||||
suitable for inclusion in other projects. In particular, some of the classes
|
suitable for inclusion in other projects. In particular, some of the classes
|
||||||
provided in this library vastly improve the state of common operations in PHP,
|
provided in this library vastly improve the state of common operations in PHP,
|
||||||
like executing system commands.
|
like executing system commands.
|
||||||
|
@ -51,7 +51,7 @@ Some of the major components of libphutil are:
|
||||||
= Extending and Contributing =
|
= Extending and Contributing =
|
||||||
|
|
||||||
Information on extending and contributing to libphutil is available in the
|
Information on extending and contributing to libphutil is available in the
|
||||||
Phabricator documentation:
|
Phorge documentation:
|
||||||
|
|
||||||
- To get started as a contributor, see @{article@phabcontrib:Contributor
|
- To get started as a contributor, see @{article@contrib:Contributor
|
||||||
Introduction}.
|
Introduction}.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"preface": "Technical documentation for developing Arcanist.",
|
"preface": "Technical documentation for developing Arcanist.",
|
||||||
"root": "../../../",
|
"root": "../../../",
|
||||||
"uri.source":
|
"uri.source":
|
||||||
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
|
"https://we.phorge.it/diffusion/ARC/browse/master/%f$%l",
|
||||||
"rules": {
|
"rules": {
|
||||||
"(\\.diviner$)": "DivinerArticleAtomizer",
|
"(\\.diviner$)": "DivinerArticleAtomizer",
|
||||||
"(\\.php$)": "DivinerPHPAtomizer"
|
"(\\.php$)": "DivinerPHPAtomizer"
|
||||||
|
|
Loading…
Reference in a new issue