Skip to content

Commit 4a05510

Browse files
committed
Update link references
Signed-off-by: Raunak Madan <madanraunak24@gmail.com>
1 parent 6bb131b commit 4a05510

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

  • content/en/cloud
    • concepts/identity-and-security/users/user-invitations
    • reference/api-reference

content/en/cloud/concepts/identity-and-security/users/user-invitations/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ From the table you can perform the following management actions on each invitati
102102

103103
The **Quota** column in the invitations table always shows the number of users who have accepted an invitation alongside the configured limit — for example, `2 / 5` if a quota is set, or `2 / Unlimited` if no quota is configured. This lets you monitor uptake at a glance.
104104

105-
To see the individual users who are now members of the organization, navigate to the [User Management](/cloud/identity/users/user-management/) page. Members who joined via invitation appear there alongside their assigned roles.
105+
To see the individual users who are now members of the organization, navigate to the [User Management](/cloud/concepts/identity-and-security/users/user-management/) page. Members who joined via invitation appear there alongside their assigned roles.
106106

107107
### What happens when a user accepts an invitation
108108

content/en/cloud/reference/api-reference/_index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To create integrations, retrieve data, and automate your cloud native infrastruc
1010

1111
## Authenticating with the API
1212

13-
In order to authenticate to Layer5 Cloud's REST API, you need to generate and use a [security token](../security/tokens). Visit your [user account's security tokens](https://cloud.layer5.io/security/tokens) and generate a long-lived token. Security tokens remain valid until you revoke them, and you can issue as many as you need.
13+
In order to authenticate to Layer5 Cloud's REST API, you need to generate and use a [security token](/cloud/concepts/identity-and-security/tokens/). Visit your [user account's security tokens](https://cloud.layer5.io/security/tokens) and generate a long-lived token. Security tokens remain valid until you revoke them, and you can issue as many as you need.
1414

1515
To authenticate with the API, pass the token as a bearer token in the `Authorization` header. For example, in cURL:
1616

@@ -249,5 +249,4 @@ func main() {
249249
This returns the number of Total registered learners:
250250
```
251251
130
252-
```
253-
252+
```

0 commit comments

Comments
 (0)