From 9c18894ca419599ffed549c4426473fc95acefc6 Mon Sep 17 00:00:00 2001 From: chaesang Date: Wed, 11 Jun 2025 10:30:13 +0000 Subject: [PATCH 1/2] Fix URL to /docs/guides/iam/iam-user --- content/en/docs/guides/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/guides/getting-started/_index.md b/content/en/docs/guides/getting-started/_index.md index 44ef73bd..30759cc8 100644 --- a/content/en/docs/guides/getting-started/_index.md +++ b/content/en/docs/guides/getting-started/_index.md @@ -20,7 +20,7 @@ To use Cloudforet's services, the following three prerequisites must be met: Cloudforet users are classified into three types: **internal users**, **external users**, and **API users**. -This section only introduces how to add internal users, and how to add external users and API users can be found in [[IAM] user guide](/docs/guides/administration/iam-user). +This section only introduces how to add internal users, and how to add external users and API users can be found in [[IAM] user guide](/docs/guides/iam/iam-user). ### Adding a user From 8e7201f3e2ab71c6eafa4d20271917799cce0310 Mon Sep 17 00:00:00 2001 From: chaesang Date: Wed, 11 Jun 2025 03:47:01 -0700 Subject: [PATCH 2/2] Update _index.md Signed-off-by: chaesang