Unify links to www.phabricator.com and phabricator.com

Test Plan:
  scripts/sql/upgrade_schema.php

Verify links at /directory/2/.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Maniphest Tasks: T1096

Differential Revision: https://secure.phabricator.com/D2172
This commit is contained in:
vrana
2012-04-09 14:23:10 -07:00
parent a5903d2a53
commit 32d2395a45
6 changed files with 10 additions and 7 deletions

View File

@@ -31,8 +31,8 @@ If you are installing on Ubuntu or an RedHat derivative, there are install
scripts available which should handle most of the things discussed in this
document for you:
- **RedHat Derivatives**: <http://phabricator.com/rsrc/install/install_rhel-derivs.sh>
- **Ubuntu**: <http://phabricator.com/rsrc/install/install_ubuntu.sh>
- **RedHat Derivatives**: <http://www.phabricator.com/rsrc/install/install_rhel-derivs.sh>
- **Ubuntu**: <http://www.phabricator.com/rsrc/install/install_ubuntu.sh>
If those work for you, you can skip directly to the
@{article:Configuration Guide}. These scripts are also available in the
@@ -121,7 +121,7 @@ See <https://bugs.php.net/bug.php?id=59747> for more information.
Since Phabricator is under active development, you should update frequently.
You can use a script similar to this one to automate the process:
http://phabricator.com/rsrc/install/update_phabricator.sh
http://www.phabricator.com/rsrc/install/update_phabricator.sh
= Next Steps =