Hello,
I have an aprx project that is a part of a template I have developed for a specific mapping purpose. The template folder that contains an ArcGIS Pro project is supposed to be copied over to the project folder on a different drive and the APRX opened to have scripts ran to complete the mapping. One of the first things the script does is update the source links for the layers. On my computer all of the feature classes hold the source link location in the properties but for my coworker, the link will update to the currently project location plus part of the original source path resulting in a location that does not exist. This is problematic because the script is looking for the template folder location to update the source links to the new location and if the source link gets updated, it will not recognize the location. Any idea why this would be different between our computers?