diff --git a/src/assert.cpp b/src/assert.cpp index 3c88b0664..8610d71f7 100644 --- a/src/assert.cpp +++ b/src/assert.cpp @@ -219,7 +219,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.rasterbar.com/libtorrent/newticket\n" + "http://code.google.com/p/libtorrent/issues\n" "Please include the following information:\n\n" "version: " LIBTORRENT_VERSION "\n" "%s\n"