Re: [PATCH 1/2] Fix link to code_review in submitting_patches.rst - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [PATCH 1/2] Fix link to code_review in submitting_patches.rst
Date
Msg-id CA+OCxozdes15q2Hd0SBZOpax581uFYnRwUJiGwcP2YeU_oJqbA@mail.gmail.com
Whole thread Raw
In response to [PATCH 1/2] Fix link to code_review in submitting_patches.rst  (Chris Mayo <aklhfex@gmail.com>)
List pgadmin-hackers
Thanks, patch applied.

BTW, please send any future patches as attachments rather than inline, as I had to apply this manually as it got munged in the email body.

Thanks!

On Sunday, October 9, 2016, Chris Mayo <aklhfex@gmail.com> wrote:
Signed-off-by: Chris Mayo <aklhfex@gmail.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@postgresql.org>`. 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


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Fix mailto links and link to code_review doc.
Next
From: Dave Page
Date:
Subject: Re: [PATCH 2/2] Improve references to the mailing list in docs