Remove broken known issues link (#4294)

This commit is contained in:
Brad Warren 2017-03-06 17:31:28 -08:00 committed by Jacob Hoffman-Andrews
parent 2862ade0b1
commit 4a2582dda4

View file

@ -283,8 +283,7 @@ Steps:
including coverage. The ``--skip-missing-interpreters`` argument ignores
missing versions of Python needed for running the tests. Fix any errors.
5. If your code touches communication with an ACME server/Boulder, you
should run the integration tests, see `integration`_. See `Known Issues`_
for some common failures that have nothing to do with your code.
should run the integration tests, see `integration`_.
6. Submit the PR.
7. Did your tests pass on Travis? If they didn't, fix any errors.