From 3c844d02b9a40520dd3c2e68d07bebf3ae80e15e Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 8 Mar 2017 09:46:41 -0600 Subject: [PATCH] Replace references to swift.openstack.org The policy of giving projects vanity domains stopped about 5 years ago. swift.openstack.org is a redirect to the canonical location - docs.openstack.org/developer/swift. While we are not aiming to remove the redirect any time in the forseeable future due to existing published links pointing to it, we should at the very least stop adding more of those links to the world. Change-Id: I10e92309f5d3b5f908fe4438f5cc0b184f161cba --- CHANGELOG | 20 ++++++++++---------- doc/manpages/account-server.conf.5 | 4 ++-- doc/manpages/container-server.conf.5 | 4 ++-- doc/manpages/dispersion.conf.5 | 4 ++-- doc/manpages/object-expirer.conf.5 | 4 ++-- doc/manpages/object-server.conf.5 | 4 ++-- doc/manpages/proxy-server.conf.5 | 4 ++-- doc/manpages/swift-account-audit.1 | 2 +- doc/manpages/swift-account-auditor.1 | 2 +- doc/manpages/swift-account-info.1 | 2 +- doc/manpages/swift-account-reaper.1 | 2 +- doc/manpages/swift-account-replicator.1 | 2 +- doc/manpages/swift-account-server.1 | 2 +- doc/manpages/swift-config.1 | 2 +- doc/manpages/swift-container-auditor.1 | 2 +- doc/manpages/swift-container-info.1 | 2 +- doc/manpages/swift-container-reconciler.1 | 2 +- doc/manpages/swift-container-replicator.1 | 2 +- doc/manpages/swift-container-server.1 | 2 +- doc/manpages/swift-container-sync.1 | 2 +- doc/manpages/swift-container-updater.1 | 2 +- doc/manpages/swift-dispersion-populate.1 | 4 ++-- doc/manpages/swift-dispersion-report.1 | 4 ++-- doc/manpages/swift-drive-audit.1 | 2 +- doc/manpages/swift-form-signature.1 | 2 +- doc/manpages/swift-get-nodes.1 | 2 +- doc/manpages/swift-init.1 | 2 +- doc/manpages/swift-object-auditor.1 | 2 +- doc/manpages/swift-object-expirer.1 | 4 ++-- doc/manpages/swift-object-info.1 | 2 +- doc/manpages/swift-object-reconstructor.1 | 2 +- doc/manpages/swift-object-replicator.1 | 2 +- doc/manpages/swift-object-server.1 | 2 +- doc/manpages/swift-object-updater.1 | 2 +- doc/manpages/swift-oldies.1 | 2 +- doc/manpages/swift-orphans.1 | 2 +- doc/manpages/swift-proxy-server.1 | 2 +- doc/manpages/swift-recon-cron.1 | 2 +- doc/manpages/swift-recon.1 | 4 ++-- doc/manpages/swift-reconciler-enqueue.1 | 2 +- doc/manpages/swift-ring-builder-analyzer.1 | 2 +- doc/manpages/swift-ring-builder.1 | 6 +++--- doc/manpages/swift-temp-url.1 | 2 +- doc/manpages/swift.conf.5 | 4 ++-- 44 files changed, 66 insertions(+), 66 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b7f2e0d23..e4ad1e68d8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -426,7 +426,7 @@ swift (2.7.0, OpenStack Mitaka) default it will stagger the firing. * Added an operational procedures guide to the docs. It can be - found at http://swift.openstack.org/ops_runbook/index.html and + found at http://docs.openstack.org/developer/swift/ops_runbook/index.html and includes information on detecting and handling day-to-day operational issues in a Swift cluster. @@ -596,7 +596,7 @@ swift (2.6.0) * Container sync has been improved to more quickly find and iterate over the containers to be synced. This reduced server load and lowers the time required to see data propagate between two clusters. Please see - http://swift.openstack.org/overview_container_sync.html for more details + http://docs.openstack.org/developer/swift/overview_container_sync.html for more details about the new on-disk structure for tracking synchronized containers. * A container POST will now update that container's put-timestamp value. @@ -682,7 +682,7 @@ swift (2.4.0) server config setting ("allow_versions"), if it is currently enabled. The existing container server config setting enables existing containers to continue being versioned. Please see - http://swift.openstack.org/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster + http://docs.openstack.org/developer/swift/middleware.html#how-to-enable-object-versioning-in-a-swift-cluster for further upgrade notes. * Allow 1+ object-servers-per-disk deployment @@ -807,7 +807,7 @@ swift (2.3.0, OpenStack Kilo) ssync for durability. Deployers are urged to do extensive testing and not deploy production data using an erasure code storage policy. - Full docs are at http://swift.openstack.org/overview_erasure_code.html + Full docs are at http://docs.openstack.org/developer/swift/overview_erasure_code.html * Add support for container TempURL Keys. @@ -816,7 +816,7 @@ swift (2.3.0, OpenStack Kilo) * Swift now supports composite tokens. This allows another service to act on behalf of a user, but only with that user's consent. - See http://swift.openstack.org/overview_auth.html for more details. + See http://docs.openstack.org/developer/swift/overview_auth.html for more details. * Multi-region replication was improved. When replicating data to a different region, only one replica will be pushed per replication @@ -824,7 +824,7 @@ swift (2.3.0, OpenStack Kilo) locally instead of pushing more data over the inter-region network. * Internal requests from the ratelimit middleware now properly log a - swift_source. See http://swift.openstack.org/logs.html for details. + swift_source. See http://docs.openstack.org/developer/swift/logs.html for details. * Improved storage policy support for quarantine stats in swift-recon. @@ -960,7 +960,7 @@ swift (2.2.0, OpenStack Juno) now requires that ACLs be set on IDs, which are unique across domains, and further restricts setting new ACLs to only use IDs. - Please see http://swift.openstack.org/overview_auth.html for + Please see http://docs.openstack.org/developer/swift/overview_auth.html for more information on configuring Swift and Keystone together. * Swift now supports server-side account-to-account copy. Server- @@ -1077,7 +1077,7 @@ swift (2.0.0) them. A policy is set on a Swift container at container creation time and cannot be changed. - Full docs are at http://swift.openstack.org/overview_policies.html + Full docs are at http://docs.openstack.org/developer/swift/overview_policies.html * Add profiling middleware in Swift @@ -1171,7 +1171,7 @@ swift (1.13.0) the header is a JSON dictionary string to be interpreted by the auth system. A reference implementation is given in TempAuth. Please see the full docs at - http://swift.openstack.org/overview_auth.html + http://docs.openstack.org/developer/swift/overview_auth.html * Added a WSGI environment flag to stop swob from always using absolute location. This is useful if middleware needs to use @@ -1253,7 +1253,7 @@ swift (1.12.0) * New container sync configuration option, separating the end user from knowing the required end point and adding more secure signed requests. See - http://swift.openstack.org/overview_container_sync.html for full + http://docs.openstack.org/developer/swift/overview_container_sync.html for full information. * bulk middleware now can be configured to retry deleting containers. diff --git a/doc/manpages/account-server.conf.5 b/doc/manpages/account-server.conf.5 index 7106b29c11..007b77c169 100644 --- a/doc/manpages/account-server.conf.5 +++ b/doc/manpages/account-server.conf.5 @@ -419,9 +419,9 @@ Ignored if IOPRIO_CLASS_IDLE is set. .LP More in depth documentation about the swift-account-server and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html +.BI http://docs.openstack.org/developer/swift/admin_guide.html and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/container-server.conf.5 b/doc/manpages/container-server.conf.5 index c66fd832c7..a904d86101 100644 --- a/doc/manpages/container-server.conf.5 +++ b/doc/manpages/container-server.conf.5 @@ -466,9 +466,9 @@ Ignored if IOPRIO_CLASS_IDLE is set. .LP More in depth documentation about the swift-container-server and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html +.BI http://docs.openstack.org/developer/swift/admin_guide.html and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/dispersion.conf.5 b/doc/manpages/dispersion.conf.5 index 084bbec3de..64fc1cced4 100644 --- a/doc/manpages/dispersion.conf.5 +++ b/doc/manpages/dispersion.conf.5 @@ -101,9 +101,9 @@ Whether to run the object report. The default is yes. .LP More in depth documentation about the swift-dispersion utilities and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html#cluster-health +.BI http://docs.openstack.org/developer/swift/admin_guide.html#cluster-health and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/object-expirer.conf.5 b/doc/manpages/object-expirer.conf.5 index cd005b8727..1bbd0ae0f9 100644 --- a/doc/manpages/object-expirer.conf.5 +++ b/doc/manpages/object-expirer.conf.5 @@ -235,9 +235,9 @@ Path to recon cache directory. The default is /var/cache/swift. .LP More in depth documentation about the swift-object-expirer and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html +.BI http://docs.openstack.org/developer/swift/admin_guide.html and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/object-server.conf.5 b/doc/manpages/object-server.conf.5 index 797540d3de..0705a3ca9d 100644 --- a/doc/manpages/object-server.conf.5 +++ b/doc/manpages/object-server.conf.5 @@ -585,9 +585,9 @@ Ignored if IOPRIO_CLASS_IDLE is set. .LP More in depth documentation about the swift-object-server and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html +.BI http://docs.openstack.org/developer/swift/admin_guide.html and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/proxy-server.conf.5 b/doc/manpages/proxy-server.conf.5 index c8fdfd5735..95e678ec5d 100644 --- a/doc/manpages/proxy-server.conf.5 +++ b/doc/manpages/proxy-server.conf.5 @@ -1077,9 +1077,9 @@ Ignored if IOPRIO_CLASS_IDLE is set. .LP More in depth documentation about the swift-proxy-server and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html +.BI http://docs.openstack.org/developer/swift/admin_guide.html and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" .BR swift-proxy-server(1) diff --git a/doc/manpages/swift-account-audit.1 b/doc/manpages/swift-account-audit.1 index 919892d26d..fe258fae34 100644 --- a/doc/manpages/swift-account-audit.1 +++ b/doc/manpages/swift-account-audit.1 @@ -58,6 +58,6 @@ Also download files and verify md5 More in depth documentation in regards to .BI swift\-account\-audit and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-account-auditor.1 b/doc/manpages/swift-account-auditor.1 index 258d2eb18a..08a63ba8d8 100644 --- a/doc/manpages/swift-account-auditor.1 +++ b/doc/manpages/swift-account-auditor.1 @@ -56,7 +56,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-account-auditor and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" .BR account-server.conf(5) diff --git a/doc/manpages/swift-account-info.1 b/doc/manpages/swift-account-info.1 index 80504bf2fb..44975b7f34 100644 --- a/doc/manpages/swift-account-info.1 +++ b/doc/manpages/swift-account-info.1 @@ -60,7 +60,7 @@ location /etc/swift .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-account-reaper.1 b/doc/manpages/swift-account-reaper.1 index f60831361e..af71df85cc 100644 --- a/doc/manpages/swift-account-reaper.1 +++ b/doc/manpages/swift-account-reaper.1 @@ -62,7 +62,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-object-auditor and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-account-replicator.1 b/doc/manpages/swift-account-replicator.1 index f1f86cbb7f..7ed7e72c4c 100644 --- a/doc/manpages/swift-account-replicator.1 +++ b/doc/manpages/swift-account-replicator.1 @@ -64,7 +64,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-account-replicator and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-account-server.1 b/doc/manpages/swift-account-server.1 index c710cb3bdb..e010b46988 100644 --- a/doc/manpages/swift-account-server.1 +++ b/doc/manpages/swift-account-server.1 @@ -38,7 +38,7 @@ objects are. More in depth documentation in regards to .BI swift-account-server and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-config.1 b/doc/manpages/swift-config.1 index df44bd01e2..59115d85d3 100644 --- a/doc/manpages/swift-config.1 +++ b/doc/manpages/swift-config.1 @@ -46,6 +46,6 @@ Use wsgi/paste parser instead of readconf More in depth documentation in regards to .BI swift\-config and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-container-auditor.1 b/doc/manpages/swift-container-auditor.1 index f780b1a121..ce8a16d5d6 100644 --- a/doc/manpages/swift-container-auditor.1 +++ b/doc/manpages/swift-container-auditor.1 @@ -57,7 +57,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-container-auditor and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-container-info.1 b/doc/manpages/swift-container-info.1 index f551682ef8..99c835c375 100644 --- a/doc/manpages/swift-container-info.1 +++ b/doc/manpages/swift-container-info.1 @@ -67,7 +67,7 @@ location /etc/swift .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" .BR swift-get-nodes(1), diff --git a/doc/manpages/swift-container-reconciler.1 b/doc/manpages/swift-container-reconciler.1 index b8062a4e07..520711610e 100644 --- a/doc/manpages/swift-container-reconciler.1 +++ b/doc/manpages/swift-container-reconciler.1 @@ -53,6 +53,6 @@ Only run one pass of daemon More in depth documentation in regards to .BI swift\-container\-reconciler and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-container-replicator.1 b/doc/manpages/swift-container-replicator.1 index 3b597084a8..9ce1025eb3 100644 --- a/doc/manpages/swift-container-replicator.1 +++ b/doc/manpages/swift-container-replicator.1 @@ -64,7 +64,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-container-replicator and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-container-server.1 b/doc/manpages/swift-container-server.1 index 53cd1208dd..7384451079 100644 --- a/doc/manpages/swift-container-server.1 +++ b/doc/manpages/swift-container-server.1 @@ -40,7 +40,7 @@ total storage usage for that container. More in depth documentation in regards to .BI swift-container-server and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-container-sync.1 b/doc/manpages/swift-container-sync.1 index 6f1c2b50f0..bf37938f23 100644 --- a/doc/manpages/swift-container-sync.1 +++ b/doc/manpages/swift-container-sync.1 @@ -45,7 +45,7 @@ newer rows since the last sync will trigger PUTs or DELETEs to the other contain More in depth documentation in regards to .BI swift-container-sync and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/overview_container_sync.html +.BI http://docs.openstack.org/developer/swift/overview_container_sync.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-container-updater.1 b/doc/manpages/swift-container-updater.1 index 910bbe7fa0..3abe3ccb2f 100644 --- a/doc/manpages/swift-container-updater.1 +++ b/doc/manpages/swift-container-updater.1 @@ -65,7 +65,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-container-updater and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-dispersion-populate.1 b/doc/manpages/swift-dispersion-populate.1 index ef12b31c7f..98d7ddac5c 100644 --- a/doc/manpages/swift-dispersion-populate.1 +++ b/doc/manpages/swift-dispersion-populate.1 @@ -111,9 +111,9 @@ $ swift-dispersion-populate .LP More in depth documentation about the swift-dispersion utilities and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html#dispersion-report +.BI http://docs.openstack.org/developer/swift/admin_guide.html#dispersion-report and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/swift-dispersion-report.1 b/doc/manpages/swift-dispersion-report.1 index acc916b052..7bbbefa23f 100644 --- a/doc/manpages/swift-dispersion-report.1 +++ b/doc/manpages/swift-dispersion-report.1 @@ -123,9 +123,9 @@ $ swift-dispersion-report .LP More in depth documentation about the swift-dispersion utilities and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html#dispersion-report +.BI http://docs.openstack.org/developer/swift/admin_guide.html#dispersion-report and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift .SH "SEE ALSO" diff --git a/doc/manpages/swift-drive-audit.1 b/doc/manpages/swift-drive-audit.1 index 7eafadf74d..107de95801 100644 --- a/doc/manpages/swift-drive-audit.1 +++ b/doc/manpages/swift-drive-audit.1 @@ -33,6 +33,6 @@ detected, it unmounts the bad drive, so that Swift can work around it. More in depth documentation in regards to .BI swift\-drive\-audit and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-form-signature.1 b/doc/manpages/swift-form-signature.1 index 653e8dc5f5..c5ca9a88f8 100644 --- a/doc/manpages/swift-form-signature.1 +++ b/doc/manpages/swift-form-signature.1 @@ -62,6 +62,6 @@ account. More in depth documentation in regards to .BI swift\-form\-signature and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-get-nodes.1 b/doc/manpages/swift-get-nodes.1 index 535180d322..98151fb525 100644 --- a/doc/manpages/swift-get-nodes.1 +++ b/doc/manpages/swift-get-nodes.1 @@ -101,7 +101,7 @@ location /etc/swift .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html diff --git a/doc/manpages/swift-init.1 b/doc/manpages/swift-init.1 index 552e097349..a2ec62435b 100644 --- a/doc/manpages/swift-init.1 +++ b/doc/manpages/swift-init.1 @@ -120,7 +120,7 @@ allows one to use the keywords such as "all", "main" and "rest" for the .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html diff --git a/doc/manpages/swift-object-auditor.1 b/doc/manpages/swift-object-auditor.1 index 0772b568da..1a86501975 100644 --- a/doc/manpages/swift-object-auditor.1 +++ b/doc/manpages/swift-object-auditor.1 @@ -63,7 +63,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-object-auditor and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-expirer.1 b/doc/manpages/swift-object-expirer.1 index bac99d23a8..6612ba8dc3 100644 --- a/doc/manpages/swift-object-expirer.1 +++ b/doc/manpages/swift-object-expirer.1 @@ -64,9 +64,9 @@ The options are as follows: More in depth documentation in regards to .BI swift-object-expirer can be found at -.BI http://swift.openstack.org/overview_expiring_objects.html +.BI http://docs.openstack.org/developer/swift/overview_expiring_objects.html and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-info.1 b/doc/manpages/swift-object-info.1 index 907b3efe34..58250c03f3 100644 --- a/doc/manpages/swift-object-info.1 +++ b/doc/manpages/swift-object-info.1 @@ -64,7 +64,7 @@ Specify storage policy name .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-reconstructor.1 b/doc/manpages/swift-object-reconstructor.1 index af5a662d8d..b387a5900f 100644 --- a/doc/manpages/swift-object-reconstructor.1 +++ b/doc/manpages/swift-object-reconstructor.1 @@ -55,6 +55,6 @@ Only run one pass of daemon More in depth documentation in regards to .BI swift\-object\-reconstructor and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-object-replicator.1 b/doc/manpages/swift-object-replicator.1 index 29c5b1b082..6d765f5ad2 100644 --- a/doc/manpages/swift-object-replicator.1 +++ b/doc/manpages/swift-object-replicator.1 @@ -64,7 +64,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-object-replicator and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-server.1 b/doc/manpages/swift-object-server.1 index b832598783..4f9e2e20c9 100644 --- a/doc/manpages/swift-object-server.1 +++ b/doc/manpages/swift-object-server.1 @@ -45,7 +45,7 @@ correctly and older versions don't magically reappear due to failure scenarios. More in depth documentation in regards to .BI swift-object-server and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-object-updater.1 b/doc/manpages/swift-object-updater.1 index 9ade768af4..c0193f2ec6 100644 --- a/doc/manpages/swift-object-updater.1 +++ b/doc/manpages/swift-object-updater.1 @@ -71,7 +71,7 @@ The options are as follows: More in depth documentation in regards to .BI swift-object-updater and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-oldies.1 b/doc/manpages/swift-oldies.1 index 3e74b5d55f..a220df5684 100644 --- a/doc/manpages/swift-oldies.1 +++ b/doc/manpages/swift-oldies.1 @@ -60,7 +60,7 @@ The options are as follows: .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-orphans.1 b/doc/manpages/swift-orphans.1 index 28ffa7bf12..398611314a 100644 --- a/doc/manpages/swift-orphans.1 +++ b/doc/manpages/swift-orphans.1 @@ -66,5 +66,5 @@ The options are as follows: .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html diff --git a/doc/manpages/swift-proxy-server.1 b/doc/manpages/swift-proxy-server.1 index a93a8cedcb..dcb7255847 100644 --- a/doc/manpages/swift-proxy-server.1 +++ b/doc/manpages/swift-proxy-server.1 @@ -43,7 +43,7 @@ not spool them. More in depth documentation in regards to .BI swift-proxy-server and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html .SH "SEE ALSO" diff --git a/doc/manpages/swift-recon-cron.1 b/doc/manpages/swift-recon-cron.1 index 7ffa93ce87..cd425a5193 100644 --- a/doc/manpages/swift-recon-cron.1 +++ b/doc/manpages/swift-recon-cron.1 @@ -33,6 +33,6 @@ can be read by \fBswift-recon\fR tool. More in depth documentation in regards to .BI swift\-recon\-cron and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-recon.1 b/doc/manpages/swift-recon.1 index 929f0b12eb..6d231fc153 100644 --- a/doc/manpages/swift-recon.1 +++ b/doc/manpages/swift-recon.1 @@ -125,9 +125,9 @@ cronjob to run the swift-recon-cron script periodically: .SH DOCUMENTATION .LP More documentation about OpenStack Swift can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html Also more specific documentation about swift-recon can be found at -.BI http://swift.openstack.org/admin_guide.html#cluster-telemetry-and-monitoring +.BI http://docs.openstack.org/developer/swift/admin_guide.html#cluster-telemetry-and-monitoring diff --git a/doc/manpages/swift-reconciler-enqueue.1 b/doc/manpages/swift-reconciler-enqueue.1 index 4b5c667bd9..db55f737c9 100644 --- a/doc/manpages/swift-reconciler-enqueue.1 +++ b/doc/manpages/swift-reconciler-enqueue.1 @@ -53,6 +53,6 @@ Force an object to be re\-enqueued More in depth documentation in regards to .BI swift\-reconciler\-enqueue and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-ring-builder-analyzer.1 b/doc/manpages/swift-ring-builder-analyzer.1 index 39dc5f7c46..93e67bda1e 100644 --- a/doc/manpages/swift-ring-builder-analyzer.1 +++ b/doc/manpages/swift-ring-builder-analyzer.1 @@ -47,6 +47,6 @@ Just check the scenario, don't execute it. More in depth documentation in regards to .BI swift\-ring\-builder\-analyzer and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift-ring-builder.1 b/doc/manpages/swift-ring-builder.1 index f8690fcdb7..f22feb47be 100644 --- a/doc/manpages/swift-ring-builder.1 +++ b/doc/manpages/swift-ring-builder.1 @@ -218,9 +218,9 @@ calls when no rebalance is needed but you want to send out the new device inform .LP More in depth documentation about the swift ring and also OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/overview_ring.html, -.BI http://swift.openstack.org/admin_guide.html#managing-the-rings +.BI http://docs.openstack.org/developer/swift/overview_ring.html, +.BI http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift diff --git a/doc/manpages/swift-temp-url.1 b/doc/manpages/swift-temp-url.1 index 5d90d3e851..2e71b547b9 100644 --- a/doc/manpages/swift-temp-url.1 +++ b/doc/manpages/swift-temp-url.1 @@ -51,6 +51,6 @@ The X\-Account\-Meta\-Temp\-URL\-Key for the account. More in depth documentation in regards to .BI swift\-temp\-url and also about OpenStack Swift as a whole can be found at -.BI http://swift.openstack.org/index.html +.BI http://docs.openstack.org/developer/swift/index.html and .BI http://docs.openstack.org diff --git a/doc/manpages/swift.conf.5 b/doc/manpages/swift.conf.5 index e46d3e1c30..c49e6afd10 100644 --- a/doc/manpages/swift.conf.5 +++ b/doc/manpages/swift.conf.5 @@ -208,6 +208,6 @@ api versions are by default excluded from /info. .LP More in depth documentation about the swift.conf and also OpenStack-Swift as a whole can be found at -.BI http://swift.openstack.org/admin_guide.html +.BI http://docs.openstack.org/developer/swift/admin_guide.html and -.BI http://swift.openstack.org +.BI http://docs.openstack.org/developer/swift