about.js: update link to source code

This commit is contained in:
Nils Schneider 2015-07-27 17:46:32 +02:00
parent 8423ef7277
commit d3cad446b4

View file

@ -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
}