Skip to content

Commit

Permalink
Update leaflet attribution link to HTTPS (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguo144 authored Jan 22, 2024
1 parent 41a862f commit fa7e5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8091,7 +8091,7 @@ L.control.zoom = function (options) {
L.Control.Attribution = L.Control.extend({
options: {
position: 'bottomright',
prefix: '<a href="http://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'
prefix: '<a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'
},

initialize: function (options) {
Expand Down
Loading

0 comments on commit fa7e5fd

Please sign in to comment.