Fix a couple of file references.

This commit is contained in:
Dave Page
2016-05-24 14:18:36 +01:00
parent f0a3bdc588
commit 8c077bc2df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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 <mailto:pgadmin-hackers@postgresql.org>`. Please ensure you
include a full description of what the patch does, as well as the rationale for