viewer: switch to GitHub URL

This commit is contained in:
Matthias Schiffer 2018-07-26 19:12:08 +02:00
parent b6f14f0c72
commit 12b5cb4f4e
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -5,7 +5,7 @@ var MinedMapLayer = L.GridLayer.extend({
this.zoomOffset = L.Browser.retina ? 1 : 0; this.zoomOffset = L.Browser.retina ? 1 : 0;
this.options.attribution = 'Generated by <a href="http://git.universe-factory.net/MinedMap/">MinedMap</a>'; this.options.attribution = 'Generated by <a href="https://github.com/NeoRaider/MinedMap">MinedMap</a>';
if (!L.Browser.android) { if (!L.Browser.android) {
this.on('tileunload', this._onTileRemove); this.on('tileunload', this._onTileRemove);