Explorar o código

about.js: update link to source code

Nils Schneider %!s(int64=9) %!d(string=hai) anos
pai
achega
d3cad446b4
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=\"https://github.com/tcatm/meshviewer\">"
-      s += "https://github.com/tcatm/meshviewer</a>."
+      s += "<a href=\"http://draic.info/meshviewer\">"
+      s += "http://draic.info/meshviewer</a>."
 
       el.innerHTML = s
     }