From 18cc2206ac576ea35a8cefb416b941068bddfd16 Mon Sep 17 00:00:00 2001 From: Matt Fischer Date: Mon, 28 Nov 2016 10:47:55 -0700 Subject: Remove self-referential link in docs The link in this file points to the same page that hosts the content. You can see this here: http://docs.openstack.org/developer/oslo.middleware/healthcheck_plugins.html Change-Id: I9645917f8f6d1a586d66ad1a6dddda20f949aeb6 --- oslo_middleware/healthcheck/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/oslo_middleware/healthcheck/__init__.py b/oslo_middleware/healthcheck/__init__.py index 65c2791..81aed9e 100644 --- a/oslo_middleware/healthcheck/__init__.py +++ b/oslo_middleware/healthcheck/__init__.py @@ -270,9 +270,6 @@ class Healthcheck(base.ConfigurableMiddleware): path = /healthcheck_admin backends = disable_by_file disable_by_file_path = /var/run/nova/healthcheck_admin_disable - - More details on available backends and their configuration can be found - on this page: :doc:`healthcheck_plugins`. """ NAMESPACE = "oslo.middleware.healthcheck" -- cgit v1.2.1