From d3cad446b46e81134606616e948399fb1fd0c4da Mon Sep 17 00:00:00 2001
From: Nils Schneider
Date: Mon, 27 Jul 2015 17:46:32 +0200
Subject: [PATCH] about.js: update link to source code
---
lib/about.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/about.js b/lib/about.js
index 1a0ec8d..b88ecfa 100644
--- a/lib/about.js
+++ b/lib/about.js
@@ -28,8 +28,8 @@ define(function () {
s += "https://www.gnu.org/licenses/.
"
s += "You may find the source code at "
- s += ""
- s += "https://github.com/tcatm/meshviewer."
+ s += ""
+ s += "http://draic.info/meshviewer."
el.innerHTML = s
}