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
This commit is contained in:
Andreas Jaeger 2017-01-13 08:09:30 +01:00
parent c82a0b0a33
commit e32cbcb5b1

View File

@ -82,7 +82,7 @@ Requirements
- False negatives are ok, but false positives are not - False negatives are ok, but false positives are not
- Cannot be project specific, project specific checks should be `Local Checks`_ - Cannot be project specific, project specific checks should be `Local Checks`_
- Include extensive tests - Include extensive tests
- Registered as entry_points in `setup.cfg <setup.cfg>`_ - Registered as entry_points in ``setup.cfg``
- Error code must be in the relevant ``Hxxx`` group - Error code must be in the relevant ``Hxxx`` group
- The check should not attempt to import modules from the code being checked. - 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. Importing random modules, has caused all kinds of trouble for us in the past.