Change http to https of https://leafletjs.com (#7857)

This commit is contained in:
Falke Design
2021-12-12 14:34:38 +01:00
committed by GitHub
parent a9d7c4fe7d
commit 009748a0ca

View File

@ -1,6 +1,6 @@
export function createBanner(version) {
return `/* @preserve
* Leaflet ${version}, a JS library for interactive maps. http://leafletjs.com
* Leaflet ${version}, a JS library for interactive maps. https://leafletjs.com
* (c) 2010-${new Date().getFullYear()} Vladimir Agafonkin, (c) 2010-2011 CloudMade
*/
`;