diff --git a/docs/en_US/code_review.rst b/docs/en_US/code_review.rst index 05823e914..1a836fc46 100644 --- a/docs/en_US/code_review.rst +++ b/docs/en_US/code_review.rst @@ -5,7 +5,7 @@ Code Review Notes This document lists a number of standard items that will be checked during the review process for any patches submitted for inclusion in pgAdmin. -* Ensure all code follows the pgAdmin :doc:`coding-standards`. +* Ensure all code follows the pgAdmin :doc:`coding_standards`. * Copyright years must be correct and properly formatted (to make it easy to make bulk updates every year). The start date should always be 2013, and the end year diff --git a/docs/en_US/submitting_patches.rst b/docs/en_US/submitting_patches.rst index de1c129e1..69518db90 100644 --- a/docs/en_US/submitting_patches.rst +++ b/docs/en_US/submitting_patches.rst @@ -27,7 +27,7 @@ might run:: to create a patch between your development branch and the public master branch. Once you have your patch, check it thoroughly to ensure it meets the pgAdmin -:doc:`coding-standards`, and review it against the :doc:`code-review' to minimise +:doc:`coding_standards`, and review it against the :doc:`code-review' to minimise the chances of it being rejected. Once you're happy with your work, mail it to the `mailing list `. Please ensure you include a full description of what the patch does, as well as the rationale for