aboutsummaryrefslogtreecommitdiff
path: root/src/core/panic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/panic.c')
-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();