From aaffc769655d976a2407efd9826356a05736a7fb Mon Sep 17 00:00:00 2001 From: Kevin Lazarz Date: Fri, 15 Mar 2024 04:19:45 +0100 Subject: [PATCH] Patch PAR URLs oml repository (#49) Patch PAR URLs oml repository --- .../connect-provision-adb.md | 2 +- sample-workshop/tables/tables.md | 26 +++++++++---------- .../provision-load-adb/provision-load-adb.md | 2 +- wine-adw-oac/visualize/visualize.md | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/fraud-adw-apex/connect-provision-adb/connect-provision-adb.md b/fraud-adw-apex/connect-provision-adb/connect-provision-adb.md index 6b05d19..c4cb197 100644 --- a/fraud-adw-apex/connect-provision-adb/connect-provision-adb.md +++ b/fraud-adw-apex/connect-provision-adb/connect-provision-adb.md @@ -119,7 +119,7 @@ First, we are going to create an ADW Instance. 1. Click the link below to download the install file. - [claims.zip](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/claims.zip) + [claims.zip](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/claims.zip) 2. Save `claims.zip` to a download directory and then unzip the file. diff --git a/sample-workshop/tables/tables.md b/sample-workshop/tables/tables.md index 945bbd7..529dc6f 100644 --- a/sample-workshop/tables/tables.md +++ b/sample-workshop/tables/tables.md @@ -5,18 +5,18 @@ You can define a table in Markdown just like so: ``` -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| +| Tables | Are | Cool | +| ------------- | :-----------: | ----: | | **col 3 is** | right-aligned | $1600 | -| col 2 is | *centered* | $12 | +| col 2 is | *centered* | $12 | | zebra stripes | ~~are neat~~ | $1 | ``` The result looks like this: -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| +| Tables | Are | Cool | +| ------------- | :-----------: | ----: | | **col 3 is** | right-aligned | $1600 | -| col 2 is | *centered* | $12 | +| col 2 is | *centered* | $12 | | zebra stripes | ~~are neat~~ | $1 | You can see that there is a default table caption provided which is by default a concatenation of the workshop title and the lab title. @@ -30,20 +30,20 @@ If you don't like the default, you can also provide your own table title by addi The complete markdown looks like this: ``` -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| +| Tables | Are | Cool | +| ------------- | :-----------: | ----: | | **col 3 is** | right-aligned | $1600 | -| col 2 is | *centered* | $12 | +| col 2 is | *centered* | $12 | | zebra stripes | ~~are neat~~ | $1 | {: title="My table title"} ``` Now our table looks like this: -| Tables | Are | Cool | -| ------------- |:-------------:| -----:| +| Tables | Are | Cool | +| ------------- | :-----------: | ----: | | **col 3 is** | right-aligned | $1600 | -| col 2 is | *centered* | $12 | +| col 2 is | *centered* | $12 | | zebra stripes | ~~are neat~~ | $1 | {: title="My table title"} @@ -51,4 +51,4 @@ As you can see, the numbering is added automatically. Isn't that cool? -You can also refer to the [LiveLabs Markdown Cheatsheet](https://objectstorage.us-ashburn-1.oraclecloud.com/p/MKKRgodQ0WIIgL_R3QCgCRWCg30g22bXgxCdMk3YeKClB1238ZJXdau_Jsri0nzP/n/c4u04/b/qa-form/o/LiveLabs_MD_Cheat_Sheet.pdf) \ No newline at end of file +You can also refer to the [LiveLabs Markdown Cheatsheet](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/LiveLabs_MD_Cheat_Sheet.pdf) \ No newline at end of file diff --git a/wine-adw-oac/provision-load-adb/provision-load-adb.md b/wine-adw-oac/provision-load-adb/provision-load-adb.md index 9e6c3f4..363db1b 100644 --- a/wine-adw-oac/provision-load-adb/provision-load-adb.md +++ b/wine-adw-oac/provision-load-adb/provision-load-adb.md @@ -173,7 +173,7 @@ In this lab, you will: 1. Click the link below to download the Wine Reviews CSV file. - [WINEREVIEWS130KTEXT.csv](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/WINEREVIEWS130KTEXT.csv) + [WINEREVIEWS130KTEXT.csv](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/WINEREVIEWS130KTEXT.csv) 2. Save the WINEREVIEWS130KTEXT.csv to a location and note the path for later. diff --git a/wine-adw-oac/visualize/visualize.md b/wine-adw-oac/visualize/visualize.md index 645ca67..888a40d 100644 --- a/wine-adw-oac/visualize/visualize.md +++ b/wine-adw-oac/visualize/visualize.md @@ -32,7 +32,7 @@ In this lab, you will: 1. Download the project DVA file from the link below. - [Picking-a-Good-Wine.dva](https://objectstorage.us-ashburn-1.oraclecloud.com/p/VEKec7t0mGwBkJX92Jn0nMptuXIlEpJ5XJA-A6C9PymRgY2LhKbjWqHeB5rVBbaV/n/c4u04/b/livelabsfiles/o/data-management-library-files/oracle-machine-learning/Picking%20a%20Good%20Wine.dva) + [Picking-a-Good-Wine.dva](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/data-management-library-files/oracle-machine-learning/Picking%20a%20Good%20Wine.dva) 2. Click the **Navigation Menu** in the upper left, navigate to **Analytics**, and select **Analytics Cloud**.