Index: dll/cpl/sysdm/advanced.c =================================================================== --- dll/cpl/sysdm/advanced.c (revision 59079) +++ dll/cpl/sysdm/advanced.c (working copy) @@ -10,7 +10,7 @@ #include "precomp.h" -static TCHAR BugLink[] = _T("http://www.reactos.org/bugzilla"); +static TCHAR BugLink[] = _T("http://jira.reactos.org/"); static TCHAR ReportAsWorkstationKey[] = _T("SYSTEM\\CurrentControlSet\\Control\\ReactOS\\Settings\\Version"); Index: drivers/storage/ide/uniata/id_init.cpp =================================================================== --- drivers/storage/ide/uniata/id_init.cpp (revision 59079) +++ drivers/storage/ide/uniata/id_init.cpp (working copy) @@ -2271,7 +2271,7 @@ * size goes below 32DW. Setting it to 1 makes the watermark * 64DW. * - * http://www.reactos.org/bugzilla/show_bug.cgi?id=6500 + * http://jira.reactos.org/browse/CORE-5897 */ if(DeviceID == 0x3149 || DeviceID == 0x3249) { //vt6420 or vt6421 Index: ntoskrnl/ke/bug.c =================================================================== --- ntoskrnl/ke/bug.c (revision 59079) +++ ntoskrnl/ke/bug.c (working copy) @@ -300,7 +300,7 @@ extern ULONG KeI386MachineType, MxcsrFeatureMask; extern BOOLEAN Ke386Pae, Ke386NoExecute; - DbgPrint("ReactOS has crashed! Please go to http://www.reactos.org/bugzilla/enter_bug.cgi to file a bug!\n"); + DbgPrint("ReactOS has crashed! Please go to http://jira.reactos.org/ to file a bug!\n"); DbgPrint("\nHardware Information\n"); DbgPrint("Processor Architecture: %d\n" "Feature Bits: %d\n"