diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-16 08:03:38 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-16 08:03:38 -0800 |
| commit | 25fe93b15d322bbe288e49acfc63002f8071158b (patch) | |
| tree | 584556a8f0a841c33c2cd1bc810e6a750473cc73 /src/core | |
| parent | 9878978b3c70e1b9498a6bfe7b038795a542fad0 (diff) | |
| download | nng-25fe93b15d322bbe288e49acfc63002f8071158b.tar.gz nng-25fe93b15d322bbe288e49acfc63002f8071158b.tar.bz2 nng-25fe93b15d322bbe288e49acfc63002f8071158b.zip | |
fixes #794 nng bug report URL wrong
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/panic.c | 2 |
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(); |
