From 155e60fcf0fb9e4da96bc122fd2c04760113aa7b Mon Sep 17 00:00:00 2001 From: Alexandra Settle Date: Fri, 16 Aug 2019 12:44:13 +0100 Subject: [PATCH] Fixing broken links Small changes, but helpful, mostly. Backport: stein rocky Change-Id: Ic4b6524d7804d2f74b2973b6acdb9e2679209cd4 --- doc/source/admin/objectstorage-monitoring.rst | 2 +- doc/source/admin_guide.rst | 2 +- doc/source/first_contribution_swift.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/admin/objectstorage-monitoring.rst b/doc/source/admin/objectstorage-monitoring.rst index d38618e071..cc3b31fa4e 100644 --- a/doc/source/admin/objectstorage-monitoring.rst +++ b/doc/source/admin/objectstorage-monitoring.rst @@ -113,7 +113,7 @@ Swift StatsD logging ~~~~~~~~~~~~~~~~~~~~ StatsD (see `Measure Anything, Measure Everything -`_) +`_) 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 overhead of sending a meter is extremely low: a ``sendto`` of one UDP diff --git a/doc/source/admin_guide.rst b/doc/source/admin_guide.rst index ce8612eedc..d0b74f7b17 100644 --- a/doc/source/admin_guide.rst +++ b/doc/source/admin_guide.rst @@ -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 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/ .. _Ganglia: http://ganglia.sourceforge.net/ diff --git a/doc/source/first_contribution_swift.rst b/doc/source/first_contribution_swift.rst index 5e00b7cc4c..64eaa93058 100644 --- a/doc/source/first_contribution_swift.rst +++ b/doc/source/first_contribution_swift.rst @@ -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. * `Swift Ubuntu Packages `_ -* `Swift RDO Packages `_ +* `Swift RDO Packages `_ -------------------- Source Control Setup