To get a list of broken links on your system, do a

( find / -type l | xargs file ) | grep ‘broken symbolic link’ | cut -d”:” -f1

to get a filelist of broken links.