diff --git a/docs/developer-guide/how-to-use-a-cdn.md b/docs/developer-guide/how-to-use-a-cdn.md index cce4fa0f96a..44c10483e06 100644 --- a/docs/developer-guide/how-to-use-a-cdn.md +++ b/docs/developer-guide/how-to-use-a-cdn.md @@ -1,4 +1,4 @@ The LeafletDraw plugin and the MapStore2 theme are linked via rawgit.com but in production it should be used a proper CDN. Once you have a stable version: -- upload the [LeafletDraw plugin](http://rawgit.com/Leaflet/Leaflet.draw/0.2.3/dist/) and the [MapStore2 theme](https://github.com/geosolutions-it/MapStore2-theme/tree/master/theme/default) on your CDN +- upload the [LeafletDraw plugin](http://rawgit.com/Leaflet/Leaflet.draw/v0.2.4/dist/) and the [MapStore2 theme](https://github.com/geosolutions-it/MapStore2-theme/tree/master/theme/default) on your CDN - edit the [index.html](https://github.com/geosolutions-it/MapStore2/blob/master/web/client/index.html) file to use your published resources. diff --git a/project/index.html b/project/index.html index ffe3a9d6960..e89d790bd73 100644 --- a/project/index.html +++ b/project/index.html @@ -6,14 +6,14 @@