Skip to content

Commit 0e957d3

Browse files
committed
Minor fixes
1 parent 3b5f628 commit 0e957d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ git version)
88
## Build
99
### Build on Debian Jessie/Sid, Ubuntu Trusty/Utopic/Vivid
1010

11-
sudo apt-get install git qt5-default
12-
git clone https://github.com/Corna/pcb2gcodeGUI.git
11+
sudo apt-get install build-essential git qt5-default
12+
git clone https://github.com/pcb2gcode/pcb2gcodeGUI.git
1313
cd pcb2gcodeGUI/
1414
qmake
1515
make

settings.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
#define PCB2GCODE_GUI_VERSION 0.1
3434

3535
static const char *about_pcb2gcode_str = "pcb2gcode v%1<br>"
36-
"<a href='http://sourceforge.net/projects/pcb2gcode/'>http://sourceforge.net/projects/pcb2gcode/</a><br>";
36+
"<a href='https://github.com/pcb2gcode/pcb2gcode'>https://github.com/pcb2gcode/pcb2gcode</a><br>";
3737
static const char *about_pcb2gcodegui_str = "pcb2gcodeGUI v%1<br>"
3838
"Created by Nicola Corna (nicola@corna.info)<br>"
39-
"<a href='https://github.com/Corna/pcb2gcodeGUI'>https://github.com/Corna/pcb2gcodeGUI</a>";
40-
static const char *manual_link = "https://sourceforge.net/p/pcb2gcode/wiki/Manual/";
39+
"<a href='https://github.com/pcb2gcode/pcb2gcodeGUI'>https://github.com/pcb2gcode/pcb2gcodeGUI</a>";
40+
static const char *manual_link = "https://github.com/pcb2gcode/pcb2gcode/wiki/Manual";
4141

4242
static const char *default_config_filename = "/default_millproject";
4343

0 commit comments

Comments
 (0)