Skip to content

Commit de02e95

Browse files
fix deadlinks
1 parent 337bf8a commit de02e95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/serverless-containers/how-to/secure-a-container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Refer to the [How to manage authentication for private containers](/serverless-c
9797

9898
## Advanced access control with IAM conditions
9999

100-
When a container is set to **Private**, you can use Scaleway IAM policy conditions to define granular access rules using Common Expression Language (CEL): [policy conditions documentation](iam/reference-content/understanding-policy-conditions/).
100+
When a container is set to **Private**, you can use Scaleway IAM policy conditions to define granular access rules using Common Expression Language (CEL): [policy conditions documentation](/iam/reference-content/understanding-policy-conditions/).
101101
These conditions use **Common Expression Language (CEL)** to evaluate requests based on attributes like IP address, time, or user-agent.
102102

103103
<Message type="note">

pages/serverless-functions/how-to/secure-a-function.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can generate access credentials to inject in other applications (containers,
103103

104104
## Advanced access control with IAM conditions
105105

106-
When a function is set to **Private**, you can use Scaleway IAM policy conditions to define granular access rules using Common Expression Language (CEL): [policy conditions documentation](iam/reference-content/understanding-policy-conditions/).
106+
When a function is set to **Private**, you can use Scaleway IAM policy conditions to define granular access rules using Common Expression Language (CEL): [policy conditions documentation](/iam/reference-content/understanding-policy-conditions/).
107107
These conditions use **Common Expression Language (CEL)** to evaluate requests based on attributes like IP address, time, or user-agent.
108108

109109
<Message type="note">

0 commit comments

Comments
 (0)