Skip to content

Commit 9e44071

Browse files
committed
fix(404): fix broken link
1 parent 9c60655 commit 9e44071

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

changelog/iam/december2022/2022-12-07-iam-general-availability-dev-tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Projects can be created, managed and deleted from the CLI, Terraform and other d
1313

1414
IAM must be used to generate an API key with the permissions to manage Projects.
1515

16-
Find out more on the [Managing projects using Scaleway APIs](/iam/api-cli/managing-projects/) documentation page.
16+
Find out more on the [Managing projects using Scaleway APIs](/organizations-and-projects/api-cli/managing-projects/) documentation page.

pages/iam/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ meta:
5151
<Grid>
5252
<DefaultCard
5353
title="Managing projects using Scaleway APIs"
54-
url="/iam/api-cli/managing-projects/"
54+
url="/organizations-and-projects/api-cli/managing-projects/"
5555
label="Read more"
5656
/>
5757
<DefaultCard

pages/organizations-and-projects/api-cli/managing-projects.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ An output similar to the following displays:
124124

125125
## Deleting a Project
126126

127-
You need your secret key and the ID of the Project you want to delete for the step below. For this use case, we are deleting the Project we have created in the [creating a Project step](/iam/api-cli/managing-projects/#creating-a-project).
127+
You need your secret key and the ID of the Project you want to delete for the step below. For this use case, we are deleting the Project we have created in the [creating a Project step](/organizations-and-projects/api-cli/managing-projects/#creating-a-project).
128128

129129
1. Type the following command to delete a Project.
130130
```

0 commit comments

Comments
 (0)