diff --git a/README.md b/README.md index f149321..3856fab 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ This repository contains a collection of types and functions that can be used to: -- [Import data to a tenant](https://github.com/CrystallizeAPI/examples/tree/main/products-import) -- [Backup a tenant](https://github.com/CrystallizeAPI/examples/tree/main/backup-tenant) -- [Transfer data from one tenant to another tenant](https://github.com/CrystallizeAPI/examples/tree/main/duplicate-tenant) +- [Import data to a tenant](https://github.com/CrystallizeAPI/examples/tree/main/import-utils/products-import) +- [Backup a tenant](https://github.com/CrystallizeAPI/examples/tree/main/import-utils/backup-tenant) +- [Transfer data from one tenant to another tenant](https://github.com/CrystallizeAPI/examples/tree/main/import-utils/duplicate-tenant) [Examples](https://github.com/CrystallizeAPI/examples) ---