Esri / cedar

JavaScript Charts for ArcGIS
https://esri.github.io/cedar
258 stars 238 forks source link

update cdn url in doc page #468

Closed jgravois closed 5 years ago

jgravois commented 5 years ago

i tested locally and this is all that is necessary to resolve #466. to fix the live site you might have to tag a new release of @esri/cedar too.

if that isn't in the cards in the next couple of days, we could also version lock temporarily.

<script src="https://unpkg.com/@esri/arcgis-rest-request@1.19.2/dist/umd/request.umd.js"></script>
<script src="https://unpkg.com/@esri/arcgis-rest-feature-service@1.19.2/dist/umd/feature-service.umd.js"></script>