ardagnir / athame

Full vim for your shell (bash, zsh, gdb, python, etc)
GNU General Public License v3.0
1.62k stars 32 forks source link

HTTP zsh.org always returns 301 #86

Closed mclaughlinconnor closed 3 years ago

mclaughlinconnor commented 3 years ago

Current: curl https://www.zsh.org/pub/zsh-5.7.1.tar.xz Returns "301 Moved Permanently"

This PR: curl https://www.zsh.org/pub/zsh-5.7.1.tar.xz Returns "404 Not Found" curl https://www.zsh.org/pub/old/zsh-5.7.1.tar.xz Downloads file

henrebotha commented 3 years ago

@ardagnir