From b73f8e65b7f6ad3972c74c2ef01417cc44d7be1e Mon Sep 17 00:00:00 2001 From: skyflow-bharti Date: Mon, 22 Sep 2025 20:04:13 +0530 Subject: [PATCH] SK-2302 Updated samples link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a90b75e..99a6e3c5 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Skyflow returns tokens and data for the records that were just inserted. } ``` -### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkInsertSync.java) of a sync bulkInsert call for inserting data into multiple tables +### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkMultiTableInsertSync.java) of a sync bulkInsert call for inserting data into multiple tables The `bulkInsert` operation will insert records in multiple tables the data synchronously into the vault. @@ -614,7 +614,7 @@ Skyflow returns tokens and data for the records you just inserted. } ``` -### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkInsertAsync.java) of an async bulkInsert call for inserting data into multiple tables +### An [example](https://github.com/skyflowapi/skyflow-java/blob/v3/samples/src/main/java/com/example/vault/BulkMultiTableInsertAsync.java) of an async bulkInsert call for inserting data into multiple tables The `bulkInsertAsync` operation operation will insert records in multiple tables the data asynchronously into the vault.