From e91737361b26a32105bbfe05f117899fe22ebfbb Mon Sep 17 00:00:00 2001 From: Pavol Babincak Date: Feb 03 2017 14:02: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 64bda4b..f831c33 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.