diff --git a/plugins/DupFileManager/DupFileManager_report_config.py b/plugins/DupFileManager/DupFileManager_report_config.py index 2692741..bf1a180 100644 --- a/plugins/DupFileManager/DupFileManager_report_config.py +++ b/plugins/DupFileManager/DupFileManager_report_config.py @@ -50,7 +50,7 @@ report_config = { # If enabled, create an HTML report when tagging duplicate files "createHtmlReport" : True, # To use a private or an alternate site to access report and advance menu - "remoteReportDirURL" : "https://stash.axter.com/1.1/", + "remoteReportDirURL" : "https://stash.tremendousturtle.tools/custom/", # To use a private or an alternate site to access jquery, easyui, and jquery.prompt "js_DirURL" : "https://www.axter.com/js/", }