Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1btDCg-0005xO-1T for pgadmin-hackers@arkaria.postgresql.org; Sun, 09 Oct 2016 12:27:42 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1btDCf-0002Pz-Cz for pgadmin-hackers@arkaria.postgresql.org; Sun, 09 Oct 2016 12:27:41 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1btDCR-0001xD-OE for pgadmin-hackers@postgresql.org; Sun, 09 Oct 2016 12:27:27 +0000 Received: from avasout02.plus.net ([212.159.14.17]) by makus.postgresql.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1btDCO-0005yY-Qe for pgadmin-hackers@postgresql.org; Sun, 09 Oct 2016 12:27:26 +0000 Received: from mailserver ([209.93.198.202]) by avasout02 with smtp id tQTH1t0064NVzNx01QTJrB; Sun, 09 Oct 2016 13:27:18 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=G/5eKJs5 c=1 sm=1 tr=0 a=aXOZrW8lP0m82gh0UfqFog==:117 a=aXOZrW8lP0m82gh0UfqFog==:17 a=pGLkceISAAAA:8 a=epTmVMiNAAAA:8 a=Kg8Rz5jhtUnBl8EJbIoA:9 a=6kGIvZw6iX1k4Y-7sg4_:22 a=ndEWmUVY6Yapc0oHF_P4:22 X-AUTH: mayos+chris@:2500 From: Chris Mayo To: pgadmin-hackers@postgresql.org Subject: [PATCH 1/2] Fix link to code_review in submitting_patches.rst Date: Sun, 9 Oct 2016 13:27:16 +0100 Message-Id: <1476016037-17290-1-git-send-email-aklhfex@gmail.com> X-Mailer: git-send-email 2.7.3 X-Pg-Spam-Score: -1.1 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Signed-off-by: Chris Mayo --- docs/en_US/submitting_patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_US/submitting_patches.rst b/docs/en_US/submitting_patches.rst index b4bbebe..9f8ab42 100644 --- a/docs/en_US/submitting_patches.rst +++ b/docs/en_US/submitting_patches.rst @@ -29,7 +29,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 -- 2.7.3 -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers