From 95463852d978b9503f31ca5204b25568c3b86c41 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Wed, 29 Apr 2020 12:16:58 +0100 Subject: [PATCH] DOC: Code Standards Broken Link --- doc/source/development/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index ba7f7eb907f4a..1073959de4456 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -581,7 +581,7 @@ do not make sudden changes to the code that could have the potential to break a lot of user code as a result, that is, we need it to be as *backwards compatible* as possible to avoid mass breakages. -Additional standards are outlined on the `pandas code style guide `_ +Additional standards are outlined on the :ref:`pandas code style guide ` Optional dependencies ---------------------