Short description of error
When I have been moving some file around I found that the remap tool misses some links.
I found that it is because some of the links are written wrong. Example
:doc:`Smoke Domain</physics/smoke/domain>` //Wrong
VS.
:doc:`Smoke Domain </physics/smoke/domain>` //Correct
If it is not visible the is a missing space before the <
This probably needs a script to find them all and fix them.