[gnome-sudoku] Update bug report link



commit a5d404ad119db8a8a09dc888ee4e2c6399d68efc
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Tue Jul 19 09:35:41 2022 -0500

    Update bug report link

 lib/qqwing-wrapper.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/qqwing-wrapper.cpp b/lib/qqwing-wrapper.cpp
index 65523e3..3c6bc36 100644
--- a/lib/qqwing-wrapper.cpp
+++ b/lib/qqwing-wrapper.cpp
@@ -58,7 +58,7 @@ int* qqwing_generate_puzzle(int difficulty)
     }
 
     if (i == MAX_ITERATIONS)
-        g_error("Could not generate puzzle of specified difficulty. I tried so hard. Please report at 
bugzilla.gnome.org.");
+        g_error("Could not generate puzzle of specified difficulty. I tried so hard. Please report at 
https://gitlab.gnome.org/GNOME/gnome-sudoku/-/issues.";);
 
     const int* original = board.getPuzzle();
     // Will be deleted by Vala using g_free(), so the new operator is not safe.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]