aboutsummaryrefslogtreecommitdiff
path: root/SubmittingPatches
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-12-02 15:46:52 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-10 16:50:39 +0100
commit8c3996ef3812ae0d2448045ca2230baa88ad4e47 (patch)
tree925d9dd506a74edf7b92774ff74e86c229396315 /SubmittingPatches
parentecc78ec154763b96b06fc6c00eb039d0c6c96a3d (diff)
downloadlibssh-8c3996ef3812ae0d2448045ca2230baa88ad4e47.tar.gz
libssh-8c3996ef3812ae0d2448045ca2230baa88ad4e47.tar.xz
libssh-8c3996ef3812ae0d2448045ca2230baa88ad4e47.zip
Fix link for bug tracker
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'SubmittingPatches')
-rw-r--r--SubmittingPatches2
1 files changed, 1 insertions, 1 deletions
diff --git a/SubmittingPatches b/SubmittingPatches
index bd38faef..d01e3b6b 100644
--- a/SubmittingPatches
+++ b/SubmittingPatches
@@ -4,7 +4,7 @@ How to contribute a patch to libssh
Please checkout the libssh source code using git. Change the code and then
use "git format-patch" to create a patch. The patch should be signed (see
below) and send it to libssh@libssh.org, or attach it to a bug report at
-https://red.libssh.org/
+https://bugs.libssh.org/
For larger code changes, breaking the changes up into a set of simple
patches, each of which does a single thing, are much easier to review.