Docs(Download): use proper links for CDN's list (#5847)

since they are not parsed by GitHub Markdown when used on Leaflet website.
carto
ghybs 7 years ago committed by Vladimir Agafonkin
parent 8094d607ec
commit c0bc8ffe71

@ -49,11 +49,7 @@ when using Leaflet from a CDN:
integrity="{{site.integrity_hash_uglified}}"
crossorigin=""></script>
Leaflet is available on the following free CDN's:
- unpkg: https://unpkg.com/leaflet/dist/
- cdnjs: https://cdnjs.com/libraries/leaflet
- jsDelivr: https://www.jsdelivr.com/package/npm/leaflet?path=dist
Leaflet is available on the following free CDN's: [unpkg](https://unpkg.com/leaflet/dist/), [cdnjs](https://cdnjs.com/libraries/leaflet), [jsDelivr](https://www.jsdelivr.com/package/npm/leaflet?path=dist)
_Disclaimer: these services are external to Leaflet; for questions or support, please contact them directly._

Loading…
Cancel
Save