From 6998d804ff24e39bf2ce6f230483d7023fa58d1c Mon Sep 17 00:00:00 2001 From: junboli Date: Tue, 5 Sep 2017 17:56:11 +0800 Subject: [PATCH] doc migration: update the doc link address[1/3] Update the doc link brought by the swift doc migration. Although we had some effort to fix these before, it still left lots of bad doc link, I separate these changes into 3 patches aim to fix all of these, this is the 1st patch for doc/manpages. Change-Id: Ib49696706e61bbd36ae56b15b1d94aa4ce84531c --- 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 | 6 +++--- doc/manpages/swift-account-audit.1 | 10 +++++----- 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 | 4 ++-- doc/manpages/swift-config.1 | 10 +++++----- doc/manpages/swift-container-auditor.1 | 2 +- doc/manpages/swift-container-info.1 | 2 +- doc/manpages/swift-container-reconciler.1 | 10 +++++----- doc/manpages/swift-container-replicator.1 | 2 +- doc/manpages/swift-container-server.1 | 4 ++-- doc/manpages/swift-container-sync.1 | 4 ++-- 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 | 10 +++++----- doc/manpages/swift-form-signature.1 | 10 +++++----- doc/manpages/swift-get-nodes.1 | 2 +- doc/manpages/swift-init.1 | 5 +---- 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 | 4 ++-- doc/manpages/swift-object-replicator.1 | 2 +- doc/manpages/swift-object-server.1 | 4 ++-- 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 | 10 +++++----- doc/manpages/swift-recon.1 | 4 ++-- doc/manpages/swift-reconciler-enqueue.1 | 10 +++++----- doc/manpages/swift-ring-builder-analyzer.1 | 10 +++++----- doc/manpages/swift-ring-builder.1 | 8 +++----- doc/manpages/swift-temp-url.1 | 10 +++++----- doc/manpages/swift.conf.5 | 4 ++-- 43 files changed, 98 insertions(+), 103 deletions(-) diff --git a/doc/manpages/account-server.conf.5 b/doc/manpages/account-server.conf.5 index 007b77c169..3a06dbd76b 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://docs.openstack.org/developer/swift/admin_guide.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/container-server.conf.5 b/doc/manpages/container-server.conf.5 index 730d61c6f1..155eefec8f 100644 --- a/doc/manpages/container-server.conf.5 +++ b/doc/manpages/container-server.conf.5 @@ -468,9 +468,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://docs.openstack.org/developer/swift/admin_guide.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/dispersion.conf.5 b/doc/manpages/dispersion.conf.5 index 64fc1cced4..7698ee338e 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://docs.openstack.org/developer/swift/admin_guide.html#cluster-health +.BI https://docs.openstack.org/swift/latest/admin_guide.html#dispersion-report and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/object-expirer.conf.5 b/doc/manpages/object-expirer.conf.5 index 1bbd0ae0f9..fea6f149c6 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://docs.openstack.org/developer/swift/admin_guide.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/object-server.conf.5 b/doc/manpages/object-server.conf.5 index 4c857c860d..825e2d3174 100644 --- a/doc/manpages/object-server.conf.5 +++ b/doc/manpages/object-server.conf.5 @@ -584,9 +584,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://docs.openstack.org/developer/swift/admin_guide.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/proxy-server.conf.5 b/doc/manpages/proxy-server.conf.5 index 5e1395026e..8081b3491d 100644 --- a/doc/manpages/proxy-server.conf.5 +++ b/doc/manpages/proxy-server.conf.5 @@ -293,7 +293,7 @@ The auth credentials ("project_domain_name", "user_domain_name", "username", service. The example values shown here assume a user named "swift" with admin role on a project named "service", both being in the Keystone domain with id "default". Refer to the KeystoneMiddleware documentation at -.BI http://docs.openstack.org/developer/keystonemiddleware/middlewarearchitecture.html#configuration +.BI https://docs.openstack.org/keystonemiddleware/latest/middlewarearchitecture.html#configuration for other examples. .PD 0 @@ -1099,9 +1099,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://docs.openstack.org/developer/swift/admin_guide.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .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 040e3560d0..5f22cacac6 100644 --- a/doc/manpages/swift-account-audit.1 +++ b/doc/manpages/swift-account-audit.1 @@ -55,9 +55,9 @@ Also download files and verify md5 .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-account-auditor.1 b/doc/manpages/swift-account-auditor.1 index 08a63ba8d8..9983ac61de 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .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 44975b7f34..41ab188214 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-account-reaper.1 b/doc/manpages/swift-account-reaper.1 index af71df85cc..225aee34a3 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-account-replicator.1 b/doc/manpages/swift-account-replicator.1 index 7ed7e72c4c..896f2eb307 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-account-server.1 b/doc/manpages/swift-account-server.1 index e010b46988..1d4b2992e1 100644 --- a/doc/manpages/swift-account-server.1 +++ b/doc/manpages/swift-account-server.1 @@ -38,9 +38,9 @@ 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ and -.BI http://docs.openstack.org +.BI https://docs.openstack.org .SH "SEE ALSO" diff --git a/doc/manpages/swift-config.1 b/doc/manpages/swift-config.1 index 59115d85d3..d1ad1af8c6 100644 --- a/doc/manpages/swift-config.1 +++ b/doc/manpages/swift-config.1 @@ -43,9 +43,9 @@ Use wsgi/paste parser instead of readconf .SH DOCUMENTATION .LP -More in depth documentation in regards to +More in depth documentation in regards to .BI swift\-config -and also about OpenStack Swift as a whole can be found at -.BI http://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-container-auditor.1 b/doc/manpages/swift-container-auditor.1 index ce8a16d5d6..eae68fc006 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-container-info.1 b/doc/manpages/swift-container-info.1 index 99c835c375..ddacd7cf17 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .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 520711610e..eaee41bbfb 100644 --- a/doc/manpages/swift-container-reconciler.1 +++ b/doc/manpages/swift-container-reconciler.1 @@ -50,9 +50,9 @@ Only run one pass of daemon .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-container-replicator.1 b/doc/manpages/swift-container-replicator.1 index 9ce1025eb3..b0103f1633 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-container-server.1 b/doc/manpages/swift-container-server.1 index 7384451079..0271bdac69 100644 --- a/doc/manpages/swift-container-server.1 +++ b/doc/manpages/swift-container-server.1 @@ -40,9 +40,9 @@ 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ and -.BI http://docs.openstack.org +.BI https://docs.openstack.org .LP diff --git a/doc/manpages/swift-container-sync.1 b/doc/manpages/swift-container-sync.1 index bf37938f23..1c1616faa5 100644 --- a/doc/manpages/swift-container-sync.1 +++ b/doc/manpages/swift-container-sync.1 @@ -45,9 +45,9 @@ 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://docs.openstack.org/developer/swift/overview_container_sync.html +.BI https://docs.openstack.org/swift/latest/overview_container_sync.html and -.BI http://docs.openstack.org +.BI https://docs.openstack.org .LP diff --git a/doc/manpages/swift-container-updater.1 b/doc/manpages/swift-container-updater.1 index 3abe3ccb2f..c69b533629 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-dispersion-populate.1 b/doc/manpages/swift-dispersion-populate.1 index 98d7ddac5c..6584bfb211 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://docs.openstack.org/developer/swift/admin_guide.html#dispersion-report +.BI https://docs.openstack.org/swift/latest/admin_guide.html#dispersion-report and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-dispersion-report.1 b/doc/manpages/swift-dispersion-report.1 index 7bbbefa23f..f789720616 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://docs.openstack.org/developer/swift/admin_guide.html#dispersion-report +.BI https://docs.openstack.org/swift/latest/admin_guide.html#dispersion-report and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-drive-audit.1 b/doc/manpages/swift-drive-audit.1 index 107de95801..cf8902061b 100644 --- a/doc/manpages/swift-drive-audit.1 +++ b/doc/manpages/swift-drive-audit.1 @@ -30,9 +30,9 @@ detected, it unmounts the bad drive, so that Swift can work around it. .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-form-signature.1 b/doc/manpages/swift-form-signature.1 index c5ca9a88f8..2ce640b90c 100644 --- a/doc/manpages/swift-form-signature.1 +++ b/doc/manpages/swift-form-signature.1 @@ -59,9 +59,9 @@ account. .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-get-nodes.1 b/doc/manpages/swift-get-nodes.1 index 98151fb525..73d1475ed2 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ diff --git a/doc/manpages/swift-init.1 b/doc/manpages/swift-init.1 index a2ec62435b..95b67ab5c1 100644 --- a/doc/manpages/swift-init.1 +++ b/doc/manpages/swift-init.1 @@ -120,7 +120,4 @@ 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://docs.openstack.org/developer/swift/index.html - - - +.BI https://docs.openstack.org/swift/latest/ diff --git a/doc/manpages/swift-object-auditor.1 b/doc/manpages/swift-object-auditor.1 index 1a86501975..999acc1825 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-expirer.1 b/doc/manpages/swift-object-expirer.1 index 6612ba8dc3..767f85b222 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://docs.openstack.org/developer/swift/overview_expiring_objects.html +.BI https://docs.openstack.org/swift/latest/overview_expiring_objects.html and also about OpenStack Swift as a whole can be found at -.BI http://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-info.1 b/doc/manpages/swift-object-info.1 index 58250c03f3..be7e6e51f6 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-reconstructor.1 b/doc/manpages/swift-object-reconstructor.1 index 82560e6af1..3877d8eaf1 100644 --- a/doc/manpages/swift-object-reconstructor.1 +++ b/doc/manpages/swift-object-reconstructor.1 @@ -56,6 +56,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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ and -.BI http://docs.openstack.org +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-object-replicator.1 b/doc/manpages/swift-object-replicator.1 index c3937a6c48..62eae6990b 100644 --- a/doc/manpages/swift-object-replicator.1 +++ b/doc/manpages/swift-object-replicator.1 @@ -71,7 +71,7 @@ Only run one pass of daemon 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-server.1 b/doc/manpages/swift-object-server.1 index 4f9e2e20c9..76632a9313 100644 --- a/doc/manpages/swift-object-server.1 +++ b/doc/manpages/swift-object-server.1 @@ -45,9 +45,9 @@ 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ and -.BI http://docs.openstack.org +.BI https://docs.openstack.org .SH "SEE ALSO" diff --git a/doc/manpages/swift-object-updater.1 b/doc/manpages/swift-object-updater.1 index c0193f2ec6..da175674e2 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-oldies.1 b/doc/manpages/swift-oldies.1 index a220df5684..4266f42df9 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-orphans.1 b/doc/manpages/swift-orphans.1 index 398611314a..e39513b614 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ diff --git a/doc/manpages/swift-proxy-server.1 b/doc/manpages/swift-proxy-server.1 index dcb7255847..790d3fda05 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ .SH "SEE ALSO" diff --git a/doc/manpages/swift-recon-cron.1 b/doc/manpages/swift-recon-cron.1 index cd425a5193..8ebbcb2c29 100644 --- a/doc/manpages/swift-recon-cron.1 +++ b/doc/manpages/swift-recon-cron.1 @@ -30,9 +30,9 @@ can be read by \fBswift-recon\fR tool. .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-recon.1 b/doc/manpages/swift-recon.1 index 6d231fc153..56377215a2 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://docs.openstack.org/developer/swift/index.html +.BI https://docs.openstack.org/swift/latest/ Also more specific documentation about swift-recon can be found at -.BI http://docs.openstack.org/developer/swift/admin_guide.html#cluster-telemetry-and-monitoring +.BI https://docs.openstack.org/swift/latest/admin_guide.html#cluster-telemetry-and-monitoring diff --git a/doc/manpages/swift-reconciler-enqueue.1 b/doc/manpages/swift-reconciler-enqueue.1 index db55f737c9..fe9c3db1fc 100644 --- a/doc/manpages/swift-reconciler-enqueue.1 +++ b/doc/manpages/swift-reconciler-enqueue.1 @@ -50,9 +50,9 @@ Force an object to be re\-enqueued .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-ring-builder-analyzer.1 b/doc/manpages/swift-ring-builder-analyzer.1 index 93e67bda1e..6ced40416e 100644 --- a/doc/manpages/swift-ring-builder-analyzer.1 +++ b/doc/manpages/swift-ring-builder-analyzer.1 @@ -44,9 +44,9 @@ Just check the scenario, don't execute it. .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift-ring-builder.1 b/doc/manpages/swift-ring-builder.1 index f22feb47be..ac6bb7a1af 100644 --- a/doc/manpages/swift-ring-builder.1 +++ b/doc/manpages/swift-ring-builder.1 @@ -218,9 +218,7 @@ 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://docs.openstack.org/developer/swift/overview_ring.html, -.BI http://docs.openstack.org/developer/swift/admin_guide.html#managing-the-rings +.BI https://docs.openstack.org/swift/latest/overview_ring.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html#managing-the-rings and -.BI http://docs.openstack.org/developer/swift - - +.BI https://docs.openstack.org/swift/latest/ diff --git a/doc/manpages/swift-temp-url.1 b/doc/manpages/swift-temp-url.1 index 2e71b547b9..8bb32760ca 100644 --- a/doc/manpages/swift-temp-url.1 +++ b/doc/manpages/swift-temp-url.1 @@ -48,9 +48,9 @@ The X\-Account\-Meta\-Temp\-URL\-Key for the account. .SH DOCUMENTATION .LP -More in depth documentation in regards to +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://docs.openstack.org/developer/swift/index.html -and -.BI http://docs.openstack.org +and also about OpenStack Swift as a whole can be found at +.BI https://docs.openstack.org/swift/latest/ +and +.BI https://docs.openstack.org diff --git a/doc/manpages/swift.conf.5 b/doc/manpages/swift.conf.5 index c49e6afd10..bf0521995f 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://docs.openstack.org/developer/swift/admin_guide.html +.BI https://docs.openstack.org/swift/latest/admin_guide.html and -.BI http://docs.openstack.org/developer/swift +.BI https://docs.openstack.org/swift/latest/