From 7a0d4d48a06b712ee756322c9d59c0a49d040fa4 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 25 Jul 2016 12:54:14 -0700 Subject: [PATCH] Remove broken known issues link --- docs/contributing.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index bdda0e2e6..f1eec04df 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -323,11 +323,7 @@ Steps: should run the integration tests, see `integration`_. See `Known Issues`_ for some common failures that have nothing to do with your code. 7. Submit the PR. -8. Did your tests pass on Travis? If they didn't, it might not be your fault! - See `Known Issues`_. If it's not a known issue, fix any errors. - -.. _Known Issues: - https://github.com/certbot/certbot/wiki/Known-issues +8. Did your tests pass on Travis? If they didn't, fix any errors. Updating the documentation ==========================