Can wget convert links within a local html document? [duplicate]
Solution 1:
Try this:
wget --recursive --page-requisites --html-extension=on --convert-links="on" --domains="www.thesite.com" --no-parent http://www.thesite.com
This will bring you an entire website locally. just tried it, working fine.
with local resources