Before i start creating many symbolic links on Linux i want to ask how to later fix the broken links, i mean some tool that find the links and in some quick way allow bulk replace path for new ones…
Use find command. You can search for symlinks and execute command when found on broken links too. See
https://www.cyberciti.biz/faq/linux-remove-delete-symbolic-softlink-command/
AND:
https://www.cyberciti.biz/faq/unix-creating-symbolic-link-ln-command/