mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-03 15:40:43 +00:00
Change http to https of https://leafletjs.com (#7857)
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
export function createBanner(version) {
|
export function createBanner(version) {
|
||||||
return `/* @preserve
|
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
|
* (c) 2010-${new Date().getFullYear()} Vladimir Agafonkin, (c) 2010-2011 CloudMade
|
||||||
*/
|
*/
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user