Skip to content

Commit 034f72c

Browse files
author
hknokh2
committed
docs: fix README GitHub Pages article links
1 parent 78eb1e7 commit 034f72c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This powerful tool supports migration from other Salesforce orgs or CSV files an
1414

1515
- **[SFDMU GUI Desktop Application:](https://github.com/forcedotcom/SFDX-Data-Move-Utility-Desktop-App)** **A straightforward and intuitive application for creating, managing, and executing data migrations.**
1616
- [**SFDMU Help Center:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/) Comprehensive documentation available.
17-
- [**User Support Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/additional-information/support_policy) **Review guidelines before opening support cases.**
18-
- [**Contribution Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/additional-information/code_contribution_policy) Learn how to contribute to our project.
17+
- [**User Support Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/additional-information/support_policy/) **Review guidelines before opening support cases.**
18+
- [**Contribution Policy:**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/additional-information/code_contribution_policy/) Learn how to contribute to our project.
1919

2020
## Version Notice
2121

@@ -28,7 +28,7 @@ Full migration guidance is available on [**Get Started**](https://forcedotcom.gi
2828

2929
- **Comprehensive Migration Support:** Enables direct Org-to-Org data migration, eliminating the need for CSV intermediates, and supports CRUD operations: Insert, Upsert, Update, Delete.
3030
- **Multiple Objects and Relationships:** Manages migrations involving multiple object sets and handles complex relationships, including [circular references](https://forcedotcom.github.io/SFDX-Data-Move-Utility/examples/basic-examples#example-1-handling-circular-references).
31-
- **Ease of Use:** Simplifies the configuration process with a [single export.json file](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration).
31+
- **Ease of Use:** Simplifies the configuration process with a [single export.json file](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/).
3232
- **Secure and Local:** Ensures data security as all operations are performed locally without cloud interactions.
3333
- **High Performance:** Optimizes processing by focusing on necessary data subsets.
3434
- **Extended Functionality:** Provides advanced features such as [custom field mapping](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/advanced-features/fields-mapping), [data anonymization](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/advanced-features/data-anonymization), and supports [composite external ID keys](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/advanced-features/composite-external-id-keys) among others.
@@ -107,7 +107,7 @@ For detailed debugging guidance, see [**Debugging Steps**](https://forcedotcom.g
107107

108108
## Migration Configuration:
109109

110-
Set up a migration job by creating an `export.json` file with specific data models and operations, as detailed in the [Full export.json Format Guide](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration).
110+
Set up a migration job by creating an `export.json` file with specific data models and operations, as detailed in the [Full export.json Format Guide](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/).
111111

112112
Here is a basic `export.json` example for upserting Accounts and their related Contacts, assuming a unique Name for Accounts and a unique LastName for Contacts across source and target orgs:
113113

@@ -129,7 +129,7 @@ Here is a basic `export.json` example for upserting Accounts and their related C
129129
}
130130
```
131131

132-
For full object model details, advanced parameters, and edge cases, use: [**Get Started**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/get-started) and [**Detailed export.json Format**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration).
132+
For full object model details, advanced parameters, and edge cases, use: [**Get Started**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/get-started) and [**Detailed export.json Format**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/).
133133

134134
## Migration Execution:
135135

@@ -163,7 +163,7 @@ When importing or exporting from/to CSV files, ensure that the files are located
163163
- [**Configuration Tips**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/configuration)
164164
- [**How to Run Migrations**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/running)
165165
- [**Debugging Steps**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/debugging)
166-
- [**Detailed export.json Format**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-configuration)
166+
- [**Detailed export.json Format**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/full-documentation/export-json-file-objects-specification/export-json-file-overview/)
167167
- [**SFDMU GUI Application Detailed Documentation**](https://forcedotcom.github.io/SFDX-Data-Move-Utility/sfdmu-gui-app)
168168

169169
## Additional Notes

0 commit comments

Comments
 (0)