Skip to content

Commit

Permalink
WMS 1: Fixed zip file (oracle-livelabs#676)
Browse files Browse the repository at this point in the history
* Patch PAR URLs database repository

Patch PAR URLs database repository

* Patch part 2 - database

Patch part 2 - database

* Patch 3 - database

Patch 3 - database

* Fix database repo (outdated URLS)

Fix database repo (outdated URLS)

* WMS 1: Update multitenant nextGen part 1

WMS 1: Update multitenant nextGen part 1

* WMS 1: changes for nextGen Part 2

WMS 1: changes for nextGen Part 2

* WMS 1: Fix manifest for OCW24

WMS 1: Fix manifest for OCW24

* Fix formatting WMS 11431

Fix formatting WMS 11431

* database url fix

database url fix

* WMS 1: Fixed zip file

WMS 1: Fixed zip file
  • Loading branch information
klazarz authored Sep 19, 2024
1 parent d11ac1d commit 8321d70
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 23aifree/aivs-quickstart/images/aivs-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@ With this new feature, you can now cross out text or words in a paragraph by add
1. Old pattern of making URL clickable required markdown formatting. For example, you need to have this format in markdown to make the links clickable.
*`Please visit [https://oracle.com/livelabs](https://oracle.com/livelabs)`* or *`Please visit <https://oracle.com/livelabs>`* transforms to Please visit [https://oracle.com/livelabs](https://oracle.com/livelabs)
*`Please visit [https://livelabs.oracle.com](https://livelabs.oracle.com)`* or *`Please visit <https://livelabs.oracle.com>`* transforms to Please visit [https://livelabs.oracle.com](https://livelabs.oracle.com)
2. With new pattern, type the URL (including https://) and the engine automatically creates a clickable URL.
*`Please visit https://oracle.com/livelabs`* transforms to Please visit https://oracle.com/livelabs
*`Please visit https://livelabs.oracle.com`* transforms to Please visit https://livelabs.oracle.com
3. The old formatting still works and is required to achieve the below formatting with alternative text in markdown format.
Expand Down
2 changes: 1 addition & 1 deletion db-expert-tool-suite/workshops/tenancy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header class="hol-Header" role="banner">
<div class="hol-Header-wrap">
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div>
<a href="https://oracle.com/livelabs" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<a href="https://livelabs.oracle.com" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<div class="hol-Header-actions">
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
title="Open Menu">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header class="hol-Header" role="banner">
<div class="hol-Header-wrap">
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div>
<a href="https://oracle.com/livelabs" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<a href="https://livelabs.oracle.com" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<div class="hol-Header-actions">
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
title="Open Menu">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<header class="hol-Header" role="banner">
<div class="hol-Header-wrap">
<div class="hol-Header-logo"><span>Oracle LiveLabs</span></div>
<a href="https://oracle.com/livelabs" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<a href="https://livelabs.oracle.com" target="_blank" id="livelabs" title="Oracle LiveLabs"></a>
<div class="hol-Header-actions">
<button id="openNav" class="hol-Header-button hol-Header-button--menu rightNav" aria-label="Open Menu"
title="Open Menu">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ This lab assumes you have:
clear
cd ~oracle/labs
rm -rf ~oracle/labs/*
wget -O novnc-multitenant.zip https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/novnc-multitenant.zip
wget -O novnc-multitenant.zip https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/labfiles/novnc-multitenant19.zip
unzip -qo novnc-multitenant.zip
rm -f novnc-multitenant.zip
cd multitenant
Expand Down

0 comments on commit 8321d70

Please sign in to comment.