Updated URL for test examples

This commit is contained in:
nathan 2018-11-10 23:43:24 +01:00
parent b43f90e634
commit f0e7ff5cf8
3 changed files with 3 additions and 3 deletions

View File

@ -135,7 +135,7 @@ class TestTray {
public
void actionPerformed(final ActionEvent e) {
try {
Desktop.browseURL("https://github.com/dorkbox/SystemTray");
Desktop.browseURL("https://git.dorkbox.com/dorkbox/SystemTray");
} catch (IOException e1) {
e1.printStackTrace();
}

View File

@ -195,7 +195,7 @@ class TestTrayJavaFX {
public
void actionPerformed(final java.awt.event.ActionEvent e) {
try {
Desktop.browseURL("https://github.com/dorkbox/SystemTray");
Desktop.browseURL("https://git.dorkbox.com/dorkbox/SystemTray");
} catch (IOException e1) {
e1.printStackTrace();
}

View File

@ -151,7 +151,7 @@ class TestTraySwt {
public
void actionPerformed(final ActionEvent e) {
try {
Desktop.browseURL("https://github.com/dorkbox/SystemTray");
Desktop.browseURL("https://git.dorkbox.com/dorkbox/SystemTray");
} catch (IOException e1) {
e1.printStackTrace();
}