Solution 1:
Finder will prevent you from deleting the default directories, but Terminal won't. You can use rm -rf /path/to/directory
to delete the folder then create the symlink normally.
Finder will prevent you from deleting the default directories, but Terminal won't. You can use rm -rf /path/to/directory
to delete the folder then create the symlink normally.