remove broken symlinks

# find

$ find . -xtype l -delete -print -delete

# fd

$ fd . -L --type l -x rm -v