GNU Wget Couldn't Convert Links Properly
Dear wget developers!
The wget command failed to convert links into its local offline form after fetching a site recursively. Thus the -k option wasn't processed properly and the vast majority of links were left unchanged in their initial online form and the site after dowloading couldn't be serfed online.
The site downloaded was
https://www.eskimo.com/~scs/index.html
and the command I used to fetch it was
wget -e robots=off --no-check-certificate -t 20 -r -l 0 -np -p --follow-ftp -k 'https://www.eskimo.com/~scs/index.html'
and the version of wget I used was GNU Wget 1.21.1 built on msys. The Msys environment on its turn was launched on Windows 7.
The site was downloaded, but it doesn't work as an offline mirror. Could you kindly test this bug?
Best regards, Victor.