JuliaLang / www_old.julialang.org

Julia Project web site (Old)
http://www_old.julialang.org/
Other
150 stars 276 forks source link

Move all macOS download URLs to new location #655

Closed ararslan closed 6 years ago

ararslan commented 6 years ago

As part of the process of normalizing the structure of the URLs on AWS, we're renaming osx to mac everywhere, and replacing osx10.x+ in the file names to mac64. All links to the old URLs will still work; the files in the mac tree are copies of those in the osx tree, which still exists.

Note that with this new naming scheme, OS X 10.6 and 10.7+ are no longer distinguishable in a consistent manner. Because of that, and because both OS X 10.6 and Julia 0.2 are way past EOL, the link for Julia 0.2 on OS X 10.6 has been removed. The new link points to the download for 10.7+.

This PR also moves the downloads for Julia 0.1 from Google Drive to AWS.

ararslan commented 6 years ago

Thanks for catching that @staticfloat!