AWS bedrock documentation change
Summary
Fixed URL path formatting in documentation link by adding an extra slash after domain
Security assessment
The change corrects a URL formatting issue but does not address any security vulnerability or introduce new security documentation. The content remains about identity-based permissions (security-related topic), but the change itself is purely a documentation link syntax fix without security implications.
Diff
diff --git a/bedrock/latest/userguide/agents-permissions.md b/bedrock/latest/userguide/agents-permissions.md index 2af6cddf6..380127027 100644 --- a//bedrock/latest/userguide/agents-permissions.md +++ b//bedrock/latest/userguide/agents-permissions.md @@ -274 +274 @@ JSON -If you enable [Enable code interpretation in Amazon Bedrock](./agents-enable-code-interpretation.html), attach the following identity-based policy to the service role or add the statement to the policy in [Identity-based permissions for the Agents service role](https://docs.aws.amazon.com/bedrock/latest/userguide/agents-permissions.html#agents-permissions-identity). +If you enable [Enable code interpretation in Amazon Bedrock](./agents-enable-code-interpretation.html), attach the following identity-based policy to the service role or add the statement to the policy in [Identity-based permissions for the Agents service role](https://docs.aws.amazon.com//bedrock/latest/userguide/agents-permissions.html#agents-permissions-identity).