Skip to content

Switching sourceforge.net to https

jhan requested to merge sed into master

With the analysis of the sourceforge.net problem (see issue 197) it seems that URLs looking like

https://sourceforge.net/projects/<project>/

always seem to work, while the ones looking like:

http://<project>.sourceforge.net/

are prone to errors.

The changed sed should switch the later into the former and so lower the error rate.

Merge request reports