From 5973d6d29d586ca4f90be32d829a4ad5c71682ed Mon Sep 17 00:00:00 2001 From: Schmilblick Date: Wed, 8 Oct 2025 10:35:01 +0200 Subject: [PATCH] Fix import-utilities example links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ---