diff --git a/gdk-oci-email/01-prepare-setup/prepare-setup.md b/gdk-oci-email/01-prepare-setup/prepare-setup.md index f581d4ea3..fb61f5593 100644 --- a/gdk-oci-email/01-prepare-setup/prepare-setup.md +++ b/gdk-oci-email/01-prepare-setup/prepare-setup.md @@ -61,7 +61,7 @@ However, if you would rather use an existing VCN/subnet, follow these steps to a ## Task 3: Select a Compartment for the Workshop -We recommend you use a single compartment for the workshop. We will refer to this as your workshop compartment. This is the compartment where you will provision all the resources - Oracle Resource Manager (ORM) Stack, Compute Instance, VCN/Subnet, Instance Principals, Policies, Object Storage Buckets - needed for the workshop. +We recommend you use a single compartment for the workshop. We will refer to this as your workshop compartment. This is the compartment where you will provision all the resources - Oracle Resource Manager (ORM) Stack, Compute Instance, VCN/Subnet - needed for the workshop. 1. From the Oracle Cloud Console navigation menu, go to **Identity & Security >> Identity >> Compartments**. 2. Go to your workshop compartment. diff --git a/gdk-oci-email/04-configure-app/configure-app.md b/gdk-oci-email/04-configure-app/configure-app.md index b70b30685..473917a4c 100644 --- a/gdk-oci-email/04-configure-app/configure-app.md +++ b/gdk-oci-email/04-configure-app/configure-app.md @@ -79,7 +79,7 @@ Each region in Oracle Cloud Infrastructure has an SMTP endpoint to use as the SM 1. From the Oracle Cloud Console navigation menu, go to **Developer Services**. Under **Application Integration**, click **Email Delivery**. - ![Email Delivery Menu](https://oracle-livelabs.github.io//common/images/console/developer-application-emaildelivery.png) + ![Email Delivery Menu](https://oracle-livelabs.github.io/common/images/console/developer-application-emaildelivery.png) 2. Under **Email Delivery**, click **Configuration**. In **SMTP Sending Information** panel copy **Public Endpoint**. @@ -184,7 +184,7 @@ In this step, you'll change the "to" email address to your personal email addres 4. Save (`CTRL+S`) the file. -Congratulations! In this lab, you configured the application to use the OCI Object Storage bucket created earlier. +Congratulations! In this lab, you configured the application to use OCI Email Delivery. You may now **proceed to the next lab**. diff --git a/gdk-oci-email/05-build-run-app/build-run-app.md b/gdk-oci-email/05-build-run-app/build-run-app.md index 7db4a9c86..61222bebf 100644 --- a/gdk-oci-email/05-build-run-app/build-run-app.md +++ b/gdk-oci-email/05-build-run-app/build-run-app.md @@ -2,7 +2,7 @@ ## Introduction -This section of the lab takes you through the steps to build and run the sample application and then send emails. +This lab takes you through the steps to build and run the sample application and then send emails. Estimated Lab Time: 10 minutes @@ -18,7 +18,7 @@ In this lab, you will: ## Task 1: Build and run the application -1. In the same terminal in VS Code, run the following command(s). +1. In the same terminal in VS Code, run the following command(s): Use `mn:run` to build and start the application on port 8080. diff --git a/gdk-oci-email/06-build-run-native/build-run-native.md b/gdk-oci-email/06-build-run-native/build-run-native.md index fe47c1457..e67e744d9 100644 --- a/gdk-oci-email/06-build-run-native/build-run-native.md +++ b/gdk-oci-email/06-build-run-native/build-run-native.md @@ -24,7 +24,7 @@ In this lab, you will: ## Task 1: Build and run a native executable for the application -1. In the first terminal in VS Code, check the version of the GraalVM native-image utility: +1. In the same terminal in VS Code, check the version of the GraalVM native-image utility: ``` bash diff --git a/gdk-oci-email/variables/variables.json b/gdk-oci-email/variables/variables.json index f8f9284d6..4736d95bb 100644 --- a/gdk-oci-email/variables/variables.json +++ b/gdk-oci-email/variables/variables.json @@ -1,5 +1,5 @@ { "author": "Graal Product Management", "contributors": "Lesia Chaban, Sachin Pikle, Ewan Slater, Kris Foster, Shaun Smith", - "last_updated": "Lesia Chaban, July 2024" + "last_updated": "Lesia Chaban, August 2024" } \ No newline at end of file