find . -type l -exec bash -c 'realpath=$(readlink -f "{}"); cp -r --remove-destination "$realpath" "{}"' \;
Worked for me