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