summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-16 08:03:38 -0800
committerGarrett D'Amore <garrett@damore.org>2018-11-16 08:03:38 -0800
commit25fe93b15d322bbe288e49acfc63002f8071158b (patch)
tree584556a8f0a841c33c2cd1bc810e6a750473cc73
parent9878978b3c70e1b9498a6bfe7b038795a542fad0 (diff)
downloadnng-25fe93b15d322bbe288e49acfc63002f8071158b.tar.gz
nng-25fe93b15d322bbe288e49acfc63002f8071158b.tar.bz2
nng-25fe93b15d322bbe288e49acfc63002f8071158b.zip
fixes #794 nng bug report URL wrong
-rw-r--r--src/core/panic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/panic.c b/src/core/panic.c
index 7b434f91..d50664cf 100644
--- a/src/core/panic.c
+++ b/src/core/panic.c
@@ -60,7 +60,7 @@ nni_panic(const char *fmt, ...)
nni_println(buf);
nni_println("This message is indicative of a BUG.");
- nni_println("Report this at http://github.com/nanomsg/nanomsg");
+ nni_println("Report this at https://github.com/nanomsg/nng/issues");
nni_show_backtrace();
nni_plat_abort();