From 737bd0d4242831aa4ec7d2bcc9de9c1f29675b8d Mon Sep 17 00:00:00 2001 From: Matthew Bowker Date: Sat, 19 Jun 2021 17:40:02 -0600 Subject: [PATCH] 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 --- src/docs/article/overview.diviner | 6 +++--- src/docs/book/arcanist.book | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/article/overview.diviner b/src/docs/article/overview.diviner index 2933b8db..9e8665f0 100644 --- a/src/docs/article/overview.diviner +++ b/src/docs/article/overview.diviner @@ -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. 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 provided in this library vastly improve the state of common operations in PHP, like executing system commands. @@ -51,7 +51,7 @@ Some of the major components of libphutil are: = Extending and Contributing = 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}. diff --git a/src/docs/book/arcanist.book b/src/docs/book/arcanist.book index eb03c8c0..91d031af 100644 --- a/src/docs/book/arcanist.book +++ b/src/docs/book/arcanist.book @@ -5,7 +5,7 @@ "preface": "Technical documentation for developing Arcanist.", "root": "../../../", "uri.source": - "https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l", + "https://we.phorge.it/diffusion/ARC/browse/master/%f$%l", "rules": { "(\\.diviner$)": "DivinerArticleAtomizer", "(\\.php$)": "DivinerPHPAtomizer"