From 852a1ff8d5546b192648b94d6e7633c7f24ed73a Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Aug 2018 17:09:03 +0200 Subject: [PATCH] Updated test urls --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83060b..b81c7f5 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ Extension.SHELL_RESTART_COMMAND (type String, default value 'gnome-shell --re -The test application is [on GitHub](https://github.com/dorkbox/SystemTray/blob/master/test/dorkbox/TestTray.java), and a *simple* example is as follows: +The test application is [on Git](https://git.dorkbox.com/dorkbox/SystemTray/src/branch/master/test/dorkbox/TestTray.java), and a *simple* example is as follows: ``` SystemTray.SWING_UI = new CustomSwingUI();