As Dojo suggests on their website, I opted to use Google’s copy of the Dojo Toolkit:
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js" type="text/javascript"></script>
This worked very well until today. After doing some digging, I realized that according to Google’s documentation, the URL has changed:
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6.0/dojo/dojo.xd.js" type="text/javascript"></script>
I have to imagine that this will be bad for a lot of websites, but at least the solution is fairly simple.
It looks like they just restored the old one now… had me worried for a bit (bunch of web sites to update, some of which I need to request CRF for a week in advance!)
@Nick, I see it as working again, too. Thanks for the update. This sort of mishap makes me reconsider using someone else’s CDN.