Explorar o código

about: update source code URL to github/ffnord

Nils Schneider %!s(int64=8) %!d(string=hai) anos
pai
achega
5a278f5b86
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lib/about.js

+ 2 - 2
lib/about.js

@@ -28,8 +28,8 @@ define(function () {
       s += "https://www.gnu.org/licenses/</a>.</p>"
 
       s += "<p>You may find the source code at "
-      s += "<a href=\"http://draic.info/meshviewer\">"
-      s += "http://draic.info/meshviewer</a>."
+      s += "<a href=\"https://github.com/ffnord/meshviewer\">"
+      s += "https://github.com/ffnord/meshviewer</a>."
 
       el.innerHTML = s
     }