Fixing broken links

Small changes, but helpful, mostly.

Backport: stein rocky

Change-Id: Ic4b6524d7804d2f74b2973b6acdb9e2679209cd4
This commit is contained in:
Alexandra Settle 2019-08-16 12:44:13 +01:00
parent b26aad755e
commit 6f3a53ee9c
4 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,7 @@ Swift StatsD logging
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
StatsD (see `Measure Anything, Measure Everything StatsD (see `Measure Anything, Measure Everything
<http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/>`_) <https://codeascraft.com/2011/02/15/measure-anything-measure-everything/>`_)
was designed for application code to be deeply instrumented. Meters are was designed for application code to be deeply instrumented. Meters are
sent in real-time by the code that just noticed or did something. The sent in real-time by the code that just noticed or did something. The
overhead of sending a meter is extremely low: a ``sendto`` of one UDP overhead of sending a meter is extremely low: a ``sendto`` of one UDP

View File

@ -833,7 +833,7 @@ this is unnecessary since the port is specified separately). If a hostname
resolves to an IPv4 address, an IPv4 socket will be used to send StatsD UDP resolves to an IPv4 address, an IPv4 socket will be used to send StatsD UDP
packets, even if the hostname would also resolve to an IPv6 address. packets, even if the hostname would also resolve to an IPv6 address.
.. _StatsD: http://codeascraft.etsy.com/2011/02/15/measure-anything-measure-everything/ .. _StatsD: https://codeascraft.com/2011/02/15/measure-anything-measure-everything/
.. _Graphite: http://graphiteapp.org/ .. _Graphite: http://graphiteapp.org/
.. _Ganglia: http://ganglia.sourceforge.net/ .. _Ganglia: http://ganglia.sourceforge.net/

View File

@ -75,7 +75,7 @@ Command Line Access
External Integration External Integration
-------------------- --------------------
* `swift-s3-sync <https://github.com/swiftstack/swift-s3-sync>`_ - * `swift-s3-sync <https://github.com/swiftstack/s3sync>`_ -
Swift-S3 synchronization tool Swift-S3 synchronization tool
* `swift-metadata-sync <https://github.com/swiftstack/swift-metadata-sync>`_ - * `swift-metadata-sync <https://github.com/swiftstack/swift-metadata-sync>`_ -
Propagate OpenStack Swift object metadata into Elasticsearch Propagate OpenStack Swift object metadata into Elasticsearch

View File

@ -21,7 +21,7 @@ A source tarball for the latest release of Swift is available on the
Prebuilt packages for Ubuntu and RHEL variants are available. Prebuilt packages for Ubuntu and RHEL variants are available.
* `Swift Ubuntu Packages <https://launchpad.net/ubuntu/+source/swift>`_ * `Swift Ubuntu Packages <https://launchpad.net/ubuntu/+source/swift>`_
* `Swift RDO Packages <https://www.rdoproject.org/Repositories>`_ * `Swift RDO Packages <https://www.rdoproject.org/documentation/repositories/>`_
-------------------- --------------------
Source Control Setup Source Control Setup