Skip to content

Commit

Permalink
fixes nanomsg#794 nng bug report URL wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Nov 16, 2018
1 parent 9878978 commit 25fe93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/panic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 25fe93b

Please sign in to comment.