Skip to content

Commit e587dbe

Browse files
author
epriestley
committed
Clean up some old "www.phabricator.com" references
Summary: We've decomissioned this host. Test Plan: `git grep www.phabricator.com` Reviewers: chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D13585
1 parent 64611e9 commit e587dbe

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

scripts/install/install_rhel-derivs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ echo
142142
echo
143143
echo "Install probably worked mostly correctly. Continue with the 'Configuration Guide':";
144144
echo
145-
echo " http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html";
145+
echo " https://secure.phabricator.com/book/phabricator/article/configuration_guide/";

scripts/install/install_ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ echo
8787
echo
8888
echo "Install probably worked mostly correctly. Continue with the 'Configuration Guide':";
8989
echo
90-
echo " http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html";
90+
echo " https://secure.phabricator.com/book/phabricator/article/configuration_guide/";
9191
echo
9292
echo "You can delete any php5-* stuff that's left over in this directory if you want.";

src/docs/contributor/bug_reports.diviner

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,8 @@ be able to resolve it more easily if you file a report based on HEAD. (For
5656
example, an old stack trace may not have the right line numbers, which will
5757
make it more difficult for us to figure out what's going wrong.)
5858

59-
To update Phabricator, use a script like this one:
60-
61-
http://www.phabricator.com/rsrc/install/update_phabricator.sh
62-
63-
This script will require some adjustments depending on how your setup is
64-
configured, which webserver you are using, etc.
59+
To update Phabricator, use a script like the one described in
60+
@{article:Upgrading Phabricator}.
6561

6662
**If you can not update** for some reason, please include the version of
6763
Phabricator you are running in your report. The version is just the Git hash

src/docs/user/upgrading.diviner

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Upgrade Process
5353

5454
IMPORTANT: You **MUST** restart Apache or PHP-FPM after upgrading.
5555

56+
IMPORTANT: You **MUST** upgrade `libphutil`, `arcanist` and `phabricator` at
57+
the same time.
58+
5659
Phabricator runs on many different systems, with many different webservers.
5760
Given this diversity, we don't currently maintain a comprehensive upgrade
5861
script which can work on any system. However, the general steps are the same

src/docs/user/userguide/arcanist.diviner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A detailed command reference is available by running `arc help`. This
1212
document provides an overview of common workflows and installation.
1313

1414
Arcanist has technical, contributor-focused documentation here:
15-
<http://www.phabricator.com/docs/arcanist/>
15+
<https://secure.phabricator.com/book/arcanist/>
1616

1717
= Quick Start =
1818

0 commit comments

Comments
 (0)