Blob Blame History Raw
From fa8b14809bd1b5db247785f058aeb34e00bb9cf8 Mon Sep 17 00:00:00 2001
From: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
Date: Wed, 6 Sep 2017 20:17:09 +0200
Subject: [dxf2gcode PATCH 2/3] Fix issues tracking system URL

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
---
 source/dxf2gcode.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/dxf2gcode.py b/source/dxf2gcode.py
index 5698a91..ac01ab3 100644
--- a/source/dxf2gcode.py
+++ b/source/dxf2gcode.py
@@ -554,7 +554,7 @@ class MainWindow(QMainWindow):
                           "For any questions on how to use dxf2gcode please use the "
                           "<a href='https://groups.google.com/forum/?fromgroups#!forum/dxf2gcode-users'>mailing list</a><br>"
                           "To log bugs, or request features please use the "
-                          "<a href='http://sourceforge.net/projects/dxf2gcode/tickets/'>issue tracking system</a><br>"
+                          "<a href='http://sourceforge.net/p/dxf2gcode/tickets/'>issue tracking system</a><br>"
                           "<h2>License and copyright:</h2>"
                           "<body>This program is written in Python and is published under the "
                           "<a href='http://www.gnu.org/licenses/'>GNU GPLv3 license.</a><br>"
-- 
2.9.5