From 4a2582dda4f4e9ff0090179eb10752377cdd47e9 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 6 Mar 2017 17:31:28 -0800 Subject: [PATCH] Remove broken known issues link (#4294) --- docs/contributing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index de9904936..e05c302b8 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -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.