How do I fix a broken link when the Old Workspace has already been deleted? When I try to run my script, I receive ERROR 000732, stating that my Old Workspace does not exist or is not supported.
Old_Source = arcpy.GetParameterAsText(0)
New_Source = arcpy.GetParameterAsText(1)
mxd.findAndReplaceWorkspacePaths(Old_Source,New_Source)