From 28bf6400dcb6ea6a53a0126f4bf11a0168a0927d Mon Sep 17 00:00:00 2001 From: Pavol Babincak Date: Feb 14 2017 16:09:40 +0000 Subject: Fix koji-devel mailing list address Mailing list koji-devel@lists.fedoraproject.org mentioned in Writing Koji Code doesn't exist. Use e-mail address and same link as that one used in README.md. --- diff --git a/docs/source/writing_koji_code.rst b/docs/source/writing_koji_code.rst index 5f4c408..8fff170 100644 --- a/docs/source/writing_koji_code.rst +++ b/docs/source/writing_koji_code.rst @@ -643,7 +643,8 @@ sometimes you have partial work that you may want feedback on. Please don't submit a PR before your code is complete. The preferred way to request early feedback is to push your changes to a your -own koji fork and then send an email to koji-devel@lists.fedoraproject.org +own koji fork and then send an email to +`koji-devel AT lists.fedorahosted.org`__ requesting review. This approach is one step short of a PR, making it easy to upgrade to a PR once the changes are ready.