karan / joe

:running: A .gitignore magician in your command line
http://karan.github.io/joe/
MIT License
2.88k stars 210 forks source link

fix dead homepage link #39

Closed mcandre closed 9 years ago

mcandre commented 9 years ago

joe currently links to an old homepage that often 404's in web browsers. I replaced mentions of the old homepage with the new one.

karan commented 9 years ago

It works just fine.


$ curl -i https://goel.io/joe
HTTP/1.1 301 Moved Permanently
Server: cloudflare-nginx
Date: Sat, 14 Mar 2015 16:26:25 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
Set-Cookie: __cfduid=d323dca4e9cacdbfa86ac172e99f7a8271426350385; expires=Sun, 13-Mar-16 16:26:25 GMT; path=/; domain=.goel.io; HttpOnly
Location: http://karan.github.io/joe/
CF-RAY: 1c71571280e90292-SJC

<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.4.6 (Ubuntu)</center>
</body>
</html>
111
mcandre commented 9 years ago

For some reason, Chrome and other browsers often have trouble with this particular redirect. Could we just link directly to the new homepage URL?

karan commented 9 years ago

Could be the cache. Can you confirm this is still an issue please?