From 841e28f42a9a8a4331e1dc18fe53c1131d601d68 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Thu, 9 Nov 2023 10:57:57 +0000 Subject: [PATCH 1/2] Fix invalid local.localhost.cloud link --- content/en/user-guide/aws/iot/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/aws/iot/index.md b/content/en/user-guide/aws/iot/index.md index 588aa94786..8610b1ee20 100644 --- a/content/en/user-guide/aws/iot/index.md +++ b/content/en/user-guide/aws/iot/index.md @@ -65,7 +65,7 @@ This message will be pushed to all subscribers of this topic, including the one ## Authentication LocalStack IoT maintains its own root certificate authority which is regenerated at every run. -The root CA certificate can be retrieved from . +The root CA certificate can be retrieved from . {{< alert title="Note">}} AWS provides its root CA certificate at . From 9a44f281e577b3860d685730b9493073c028ee7b Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Thu, 9 Nov 2023 11:22:56 +0000 Subject: [PATCH 2/2] Fix broken neptune links --- content/en/user-guide/aws/neptune/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/user-guide/aws/neptune/index.md b/content/en/user-guide/aws/neptune/index.md index b1cc759da7..ea1e390b9d 100644 --- a/content/en/user-guide/aws/neptune/index.md +++ b/content/en/user-guide/aws/neptune/index.md @@ -26,7 +26,7 @@ Start your LocalStack container using your preferred method. We will demonstrate ### Create a Neptune cluster -To create a Neptune cluster you can use the [`CreateDBCluster`](https://docs.aws.amazon.com/neptune/latest/APIReference/API_CreateDBCluster.html) API. +To create a Neptune cluster you can use the [`CreateDBCluster`](https://docs.aws.amazon.com/neptune/latest/userguide/api-clusters.html#CreateDBCluster) API. Run the following command to create a Neptune cluster: {{< command >}} @@ -51,7 +51,7 @@ You should see the following output: ### Add an instance to the cluster -To add an instance you can use the [`CreateDBInstance`](https://docs.aws.amazon.com/neptune/latest/APIReference/API_CreateDBInstance.html) API. +To add an instance you can use the [`CreateDBInstance`](https://docs.aws.amazon.com/neptune/latest/userguide/api-instances.html#CreateDBInstance) API. Run the following command to create a Neptune instance: {{< command >}}