Commit c4aced11 authored by Deployer's avatar Deployer

Updated attribution URL

parent 675ea5b8
...@@ -12,7 +12,7 @@ var CedarmapsLogoControl = L.Control.extend({ ...@@ -12,7 +12,7 @@ var CedarmapsLogoControl = L.Control.extend({
onAdd: function(map) { onAdd: function(map) {
this._container = L.DomUtil.create('a', 'cedarmaps-logo'); this._container = L.DomUtil.create('a', 'cedarmaps-logo');
this._container.href = "http://www.kikojas.com/about-maps"; this._container.href = "https://www.cedarmaps.com";
this._container.target = "_blank"; this._container.target = "_blank";
return this._container; return this._container;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment