diff --git a/src/LeafletService.php b/src/LeafletService.php index 4fed15892..0df96e3cf 100644 --- a/src/LeafletService.php +++ b/src/LeafletService.php @@ -151,7 +151,7 @@ public function getResourceModules() { } protected function getDependencies() { - $leafletPath = $GLOBALS['wgScriptPath'] . '/extensions/Maps/includes/services/Leaflet/leaflet'; + $leafletPath = $GLOBALS['wgScriptPath'] . '/extensions/Maps/resources/leaflet/leaflet'; return [ Html::linkedStyle( "$leafletPath/leaflet.css" ), Html::linkedScript( "$leafletPath/leaflet.js" ),