[PATCH 1/2] Fix link to code_review in submitting_patches.rst

From: Chris Mayo <aklhfex(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: [PATCH 1/2] Fix link to code_review in submitting_patches.rst
Date: 2016-10-09 12:27:16
Message-ID: 1476016037-17290-1-git-send-email-aklhfex@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Signed-off-by: Chris Mayo <aklhfex(at)gmail(dot)com>
---
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 <mailto:pgadmin-hackers(at)postgresql(dot)org>`. Please ensure you
include a full description of what the patch does, as well as the rationale for
--
2.7.3

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Chris Mayo 2016-10-09 12:27:17 [PATCH 2/2] Improve references to the mailing list in docs
Previous Message Harshal Dhumal 2016-10-08 08:59:35 Patch for RM1531 and other improvements related to same issue [pgAdmin4]