diff --git a/build-ords-apis-in-adb/1-create-user-and-database-objects/create-user-and-database-objects.md b/build-ords-apis-in-adb/1-create-user-and-database-objects/create-user-and-database-objects.md index 64d21b62..5f4a9ec2 100644 --- a/build-ords-apis-in-adb/1-create-user-and-database-objects/create-user-and-database-objects.md +++ b/build-ords-apis-in-adb/1-create-user-and-database-objects/create-user-and-database-objects.md @@ -255,7 +255,7 @@ Estimated Lab Time: 20 minutes ![Unedited batchload curl command](./images-new/24-unedited-batchload-curl-command.png " ") -2. Retrieve the sample payload via [this link](https://raw.githubusercontent.com/chrishoina/podman-dev/refs/heads/main/project_batchload.csv.zip) that you'll use for testing this`BATCH LOAD` endpoint. Unzip the .zip file if this did not occur automatically. +2. Retrieve the sample payload via [this link](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/developer-library/project_batchload.csv.zip) that you'll use for testing this`BATCH LOAD` endpoint. Unzip the .zip file if this did not occur automatically. 3. Once downloaded, copy the filepath details to use in the `--data-binary` option of the cURL command. In this example, the .csv file is located at: `/Users/me/Downloads/project_batchload.csv`. diff --git a/build-ords-apis-in-adb/2-build-ords-apis/build-ords-apis.md b/build-ords-apis-in-adb/2-build-ords-apis/build-ords-apis.md index dba03584..06a92329 100644 --- a/build-ords-apis-in-adb/2-build-ords-apis/build-ords-apis.md +++ b/build-ords-apis-in-adb/2-build-ords-apis/build-ords-apis.md @@ -127,7 +127,7 @@ Estimated Lab Time: 25 minutes - **Base Path:** `v1` - **Comments:** `An employee records management module consisting of various templates and handlers for performing operations on the following target tables: Department, Project, Employee.` - ![create-new-resource-module](./images-new/18-create-new-resource-module.png " ") + ![create-new-resource-module](./images-new/18-create-new-resource-module.png " ") 3. Now, click the Template button; this will ultimately be the URI for your ORDS API (where clients issue HTTP requests to).