From 9a44f281e577b3860d685730b9493073c028ee7b Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Thu, 9 Nov 2023 11:22:56 +0000 Subject: [PATCH] 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 >}}