From 25fe93b15d322bbe288e49acfc63002f8071158b Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Fri, 16 Nov 2018 08:03:38 -0800 Subject: fixes #794 nng bug report URL wrong --- src/core/panic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/panic.c') 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(); -- cgit v1.2.3-70-g09d2