susam / emfy

A dark and sleek Emacs setup for general purpose editing and programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

broken link

anakimluke opened this issue · comments

On the readme it says https://github.com/susam/emfy/raw/main/.emacs, but that returns a 404 error. Maybe github changed the url for the raw version of files? When clicking the 'raw' button for .emacs I get https://raw.githubusercontent.com/susam/emfy/main/.emacs.

commented

The URL https://github.com/susam/emfy/raw/main/.emacs works fine for me both in web browsers (Firefox, Chrome, Safari) as well as via curl.

$ curl -sSI https://github.com/susam/emfy/raw/main/.emacs | grep -iE "http/|location:"
HTTP/2 302 
location: https://raw.githubusercontent.com/susam/emfy/main/.emacs

$ curl -sSI https://raw.githubusercontent.com/susam/emfy/main/.emacs | head -n 1       
HTTP/2 200

$ curl -sSIL https://raw.githubusercontent.com/susam/emfy/main/.emacs | head -n 1
HTTP/2 200

I don't see a 404 error in any case. Do you have a screenshot or terminal session output that would help me to see exactly what you see?

The url is no longer 404ing for me! I guess it was a problem on github's end.