diff --git a/README.md b/README.md index cf93f9f..c53813a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ The **SFDMU GUI Desktop Application** is a comprehensive tool for Salesforce dat ### Useful Resources -- **Knowledgebase and Help Portal**: [SFDMU Help Center](https://help.sfdmu.com/). -- **SFDMU GUI Desktop App Detailed Documentation**: [SFDMU GUI App Reference Guide](https://help.sfdmu.com/sfdmu-gui-app). +- **Knowledgebase and Help Portal**: [SFDMU Help Center](https://forcedotcom.github.io/SFDX-Data-Move-Utility/). +- **SFDMU GUI Desktop App Detailed Documentation**: [SFDMU GUI App Reference Guide](https://forcedotcom.github.io/SFDX-Data-Move-Utility/sfdmu-gui-app). ## Benefits of the SFDMU GUI Desktop Application @@ -139,5 +139,5 @@ Follow the installation instructions provided for each operating system: ## Running the Application from Source Code Alternatively, instead of using the installable executable, you can clone the source code and run the application directly from it. -Detailed documentation for this process is [available for guidance](https://help.sfdmu.com/sfdmu-gui-app#installation-of-the-source-code). +Detailed documentation for this process is [available for guidance](https://forcedotcom.github.io/SFDX-Data-Move-Utility/sfdmu-gui-app/#installation-of-the-source-code). diff --git a/package-lock.json b/package-lock.json index bdaf389..402a2f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sfdmu-gui-app", - "version": "4.9.0", + "version": "4.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "sfdmu-gui-app", - "version": "4.8.1", + "version": "4.11.0", "license": "BSD-3-Clause", "dependencies": { "@electron/remote": "^2.0.10", @@ -23,7 +23,7 @@ "jquery": "^3.7.0", "jsforce": "^3.4.1", "lodash": "^4.17.21", - "platform-folders": "^0.6.0", + "platform-folders": "^0.6.1", "ps-tree": "^1.2.0", "reflect-metadata": "^0.1.13", "soql-parser-js": "^2.5.3", @@ -3084,10 +3084,11 @@ } }, "node_modules/platform-folders": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/platform-folders/-/platform-folders-0.6.0.tgz", - "integrity": "sha512-CzaJGN1cbL6kwkge7zM7VbXr/L0Qjkg2Z4IzcprziHHSw8y73oORfB9pMLwjAIhb8JcWUemmWvTXAXvc5hnVlg==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/platform-folders/-/platform-folders-0.6.1.tgz", + "integrity": "sha512-AapKWmRX09cfYv1AjQ4bCeiTcYsJuSIHwLYVqI5fnMrC2Q7ksF5WrcV25RwymUE/x2gdhAMsOLBZcgK6yqLUHQ==", "hasInstallScript": true, + "license": "MIT", "dependencies": { "bindings": "^1.5.0" }, diff --git a/package.json b/package.json index 6b9c86d..58127a7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jquery": "^3.7.0", "jsforce": "^3.4.1", "lodash": "^4.17.21", - "platform-folders": "^0.6.0", + "platform-folders": "^0.6.1", "ps-tree": "^1.2.0", "reflect-metadata": "^0.1.13", "soql-parser-js": "^2.5.3",