diff --git a/libtorrent/src/assert.cpp b/libtorrent/src/assert.cpp index 92a728a5..5f90952e 100644 --- a/libtorrent/src/assert.cpp +++ b/libtorrent/src/assert.cpp @@ -227,7 +227,7 @@ TORRENT_EXPORT void assert_fail(char const* expr, int line, char const* file print_backtrace(stack, sizeof(stack), 0); fprintf(out, "assertion failed. Please file a bugreport at " - "http://code.google.com/p/libtorrent/issues\n" + "https://github.com/miguelfreitas/twister-core/issues\n" "Please include the following information:\n\n" "version: " LIBTORRENT_VERSION "\n" "%s\n"