Skip to content

Commit

Permalink
Fix broken neptune links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Nov 9, 2023
1 parent 841e28f commit 9a44f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/user-guide/aws/neptune/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand All @@ -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 >}}
Expand Down

0 comments on commit 9a44f28

Please sign in to comment.