Esri / developer-support

Proof of concept developer code and samples to help be successful with all ArcGIS developer products (Python, NET, JavaScript, Android…). The repository is designed to be an exchange for sharing coding conventions and wisdom to developers at all skill levels.
Apache License 2.0
266 stars 164 forks source link

Organized JS Samples to have two folders. #344

Closed lboyd93 closed 4 years ago

lboyd93 commented 4 years ago

Adding folder structure to the JS API samples.

jgravois commented 4 years ago

I just realized that this PR broke all the 3.x samples with a live demo link in their README. whoops! đŸ™ƒ

example

current link: http://esri.github.io/developer-support/web-js/data-collection-brower-natstat/index.html?collection=populationtotals&countryCode=us

correct link: http://esri.github.io/developer-support/web-js/3.x/data-collection-brower-natstat/index.html?collection=populationtotals&countryCode=us

laurenB93 commented 4 years ago

NOOOOOO.. thanks for pointing that out @jgravois ! I'll work on getting those fixed.