DL4J training data set not available any more

Hi, when trying to run example that needs to download training data set, server responds with 403

_______________________________________________________________________
Downloading data (3MB) and extracting to 
	/dl4j-examples-data/dl4j-examples/anomalysequencedata
_______________________________________________________________________
Exception in thread "main" java.io.IOException: Server returned HTTP response code: 403 for URL: https://deeplearning4jblob.blob.core.windows.net/dl4j-examples/dl4j-examples/anomalysequencedata.zip
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1919)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1515)
	at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
	at java.base/java.net.URL.openStream(URL.java:1163)
	at org.apache.commons.io.FileUtils.copyURLToFile(FileUtils.java:1478)
	at org.nd4j.resources.Downloader.downloadAndExtract(Downloader.java:90)
	at org.nd4j.resources.Downloader.downloadAndExtract(Downloader.java:83)
	at org.deeplearning4j.examples.download.DownloaderUtility.Download(DownloaderUtility.java:117)
	at org.deeplearning4j.examples.unsupervised.sequenceanomalydetection.SequenceAnomalyDetection.main(SequenceAnomalyDetection.java:64)

Process finished with exit code 1

You’ll want to set the host. Make sure dl4j is latest version too:

It should be the same issue as the model zoo.
@AlexBlack could you confirm?

When I used the host from SO post it works. That means that url in download utility is wrong. I can submit PR for that.

Thanks! That would be appreciated!

Right, the current URL is here: https://dl4jdata.blob.core.windows.net/
https://github.com/eclipse/deeplearning4j/blob/master/deeplearning4j/deeplearning4j-common/src/main/java/org/deeplearning4j/common/resources/DL4JResources.java#L47

Looks like the old URL is still used in the examples in a few places - cc @eraly