fabioz / startexplorer

This Eclipse plug-in offers tight integration of system file manager (Windows Explorer, Gnome Nautilus, KDE Konqueror, Mac Finder, ...) and shell (cmd.exe, Linux/Mac terminal) in Eclipse.
https://fabioz.github.io/startexplorer/
MIT License
148 stars 55 forks source link

Update site URL does not work #78

Open twwwt opened 3 years ago

twwwt commented 3 years ago

When using https://fabioz.github.com/startexplorer/update/ I get a HTTP 404 error. If this is the current update site URL, please make it work again. If not, please update all references, especially those in the Eclipse market place.

paulvi commented 3 years ago

You get 404 when opening with browser, as browser is looking for index.html

Open with Eclipse Help -> Update side

s-kocher commented 3 years ago

You get a 404 because Github changed some hosting rules and remove the legacy redirection since 2021-04-15 : image

Subdomains of github.com are deprecated for GitHub Pages. They will not redirect to github.io after April 15, 2021.

There is already an issue (since 2016) for that : #71

jpstotz commented 3 years ago

I created some pull requests to fix this issue in readme and on the web page: #79 #80

jpstotz commented 2 years ago

I was tired always searching for the correct update site URL so I forked the project: https://jpstotz.github.io/startexplorer/

BTW: The correct update site URL of this project is https://fabioz.github.io/startexplorer/update/ all the other links mentioned in this issue are not working anymore.