瀏覽代碼

about: update source code URL to github/ffnord

Nils Schneider 8 年之前
父節點
當前提交
5a278f5b86
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
     }