From e32cbcb5b1e295eaae9edbe097e74989fd8e34a5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 13 Jan 2017 08:09:30 +0100 Subject: [PATCH] Fix broken link http://docs.openstack.org/developer/hacking/readme.html has a link to http://docs.openstack.org/developer/hacking/setup.cfg that does not exist. Remove the link, it's wrong useage of markup. Change-Id: I361071bf637648920b8cbab7d1e390e41f051e44 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6fc1b3f1..083b6b6e 100644 --- a/README.rst +++ b/README.rst @@ -82,7 +82,7 @@ Requirements - False negatives are ok, but false positives are not - Cannot be project specific, project specific checks should be `Local Checks`_ - Include extensive tests -- Registered as entry_points in `setup.cfg `_ +- Registered as entry_points in ``setup.cfg`` - Error code must be in the relevant ``Hxxx`` group - The check should not attempt to import modules from the code being checked. Importing random modules, has caused all kinds of trouble for us in the past.