diff --git a/resources/sql/patches/20131004.dxreviewers.php b/resources/sql/patches/20131004.dxreviewers.php index 3904613eb3..8ff3bc32f8 100644 --- a/resources/sql/patches/20131004.dxreviewers.php +++ b/resources/sql/patches/20131004.dxreviewers.php @@ -32,7 +32,7 @@ foreach (new LiskMigrationIterator($table) as $revision) { if (phid_get_type($dst) == PhabricatorPHIDConstants::PHID_TYPE_UNKNOWN) { // At least one old install ran into some issues here. Skip the row if we // can't figure out what the destination PHID is. See here: - // https://github.com/facebook/phabricator/pull/507 + // https://github.com/phacility/phabricator/pull/507 continue; } diff --git a/scripts/install/install_rhel-derivs.sh b/scripts/install/install_rhel-derivs.sh index a09949f29b..58753c038c 100755 --- a/scripts/install/install_rhel-derivs.sh +++ b/scripts/install/install_rhel-derivs.sh @@ -119,21 +119,21 @@ confirm if [[ ! -e libphutil ]] then - git clone git://github.com/facebook/libphutil.git + git clone git://github.com/phacility/libphutil.git else (cd libphutil && git pull --rebase) fi if [[ ! -e arcanist ]] then - git clone git://github.com/facebook/arcanist.git + git clone git://github.com/phacility/arcanist.git else (cd arcanist && git pull --rebase) fi if [[ ! -e phabricator ]] then - git clone git://github.com/facebook/phabricator.git + git clone git://github.com/phacility/phabricator.git else (cd phabricator && git pull --rebase) fi diff --git a/scripts/install/install_ubuntu.sh b/scripts/install/install_ubuntu.sh index e736b7128f..265d044883 100755 --- a/scripts/install/install_ubuntu.sh +++ b/scripts/install/install_ubuntu.sh @@ -64,21 +64,21 @@ fi if [ ! -e libphutil ] then - git clone git://github.com/facebook/libphutil.git + git clone git://github.com/phacility/libphutil.git else (cd libphutil && git pull --rebase) fi if [ ! -e arcanist ] then - git clone git://github.com/facebook/arcanist.git + git clone git://github.com/phacility/arcanist.git else (cd arcanist && git pull --rebase) fi if [ ! -e phabricator ] then - git clone git://github.com/facebook/phabricator.git + git clone git://github.com/phacility/phabricator.git else (cd phabricator && git pull --rebase) fi diff --git a/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php b/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php index e935740743..5ce19f875f 100644 --- a/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php +++ b/src/applications/repository/engine/PhabricatorRepositoryPullEngine.php @@ -384,7 +384,7 @@ final class PhabricatorRepositoryPullEngine // This behavior has been reverted, but users who updated between Feb 1, // 2012 and Mar 1, 2012 will have the erroring version. Do a dumb test // against stdout to check for this possibility. - // See: https://github.com/facebook/phabricator/issues/101/ + // See: https://github.com/phacility/phabricator/issues/101/ // NOTE: Mercurial has translated versions, which translate this error // string. In a translated version, the string will be something else, diff --git a/src/docs/user/feedback.diviner b/src/docs/user/feedback.diviner index 216482030d..bfb395be2b 100644 --- a/src/docs/user/feedback.diviner +++ b/src/docs/user/feedback.diviner @@ -39,7 +39,7 @@ requests, general questions, or random feedback this way, too. = GitHub Issues = You can also use -[[https://github.com/facebook/phabricator/issues/new | GitHub Issues]] if you +[[https://github.com/phacility/phabricator/issues/new | GitHub Issues]] if you prefer. = IRC = diff --git a/src/docs/user/installation_guide.diviner b/src/docs/user/installation_guide.diviner index ece216513b..b829c5aa1f 100644 --- a/src/docs/user/installation_guide.diviner +++ b/src/docs/user/installation_guide.diviner @@ -95,9 +95,9 @@ Now that you have all that stuff installed, grab Phabricator and its dependencies: $ cd somewhere/ # pick some install directory - somewhere/ $ git clone git://github.com/facebook/libphutil.git - somewhere/ $ git clone git://github.com/facebook/arcanist.git - somewhere/ $ git clone git://github.com/facebook/phabricator.git + somewhere/ $ git clone git://github.com/phacility/libphutil.git + somewhere/ $ git clone git://github.com/phacility/arcanist.git + somewhere/ $ git clone git://github.com/phacility/phabricator.git = Installing APC (Optional) = diff --git a/src/docs/user/userguide/arcanist.diviner b/src/docs/user/userguide/arcanist.diviner index b9c497007c..5211e173d8 100644 --- a/src/docs/user/userguide/arcanist.diviner +++ b/src/docs/user/userguide/arcanist.diviner @@ -92,8 +92,8 @@ have PHP installed, you can download it from . To install Arcanist, pick an install directory and clone the code from GitHub: - some_install_path/ $ git clone git://github.com/facebook/libphutil.git - some_install_path/ $ git clone git://github.com/facebook/arcanist.git + some_install_path/ $ git clone git://github.com/phacility/libphutil.git + some_install_path/ $ git clone git://github.com/phacility/arcanist.git This should leave you with a directory structure like this diff --git a/src/docs/user/userguide/arcanist_quick_start.diviner b/src/docs/user/userguide/arcanist_quick_start.diviner index 141416d301..3d4407f42a 100644 --- a/src/docs/user/userguide/arcanist_quick_start.diviner +++ b/src/docs/user/userguide/arcanist_quick_start.diviner @@ -23,8 +23,8 @@ Then install Arcanist itself: $ mkdir somewhere/ $ cd somewhere/ - somewhere/ $ git clone git://github.com/facebook/libphutil.git - somewhere/ $ git clone git://github.com/facebook/arcanist.git + somewhere/ $ git clone git://github.com/phacility/libphutil.git + somewhere/ $ git clone git://github.com/phacility/arcanist.git Add `arc` to your path: