AWS elasticbeanstalk documentation change
Summary
Fixed a broken documentation link path
Security assessment
The change corrects a URL formatting issue but does not address security features or vulnerabilities.
Diff
diff --git a/elasticbeanstalk/latest/relnotes/release-2023-07-28-al2.md b/elasticbeanstalk/latest/relnotes/release-2023-07-28-al2.md index 191ff8fdc..55bb4747f 100644 --- a//elasticbeanstalk/latest/relnotes/release-2023-07-28-al2.md +++ b//elasticbeanstalk/latest/relnotes/release-2023-07-28-al2.md @@ -37 +37 @@ The following table lists the changes included in this release. -Docker Compose v2 has a new feature called _interpolation_. If you'd like to use this feature, be aware that you'll need to implement an approach that uses platform hooks.This is necessary due a mitigation that we implemented in the platform engine. This mitigation ensures backward compatibility for customers that aren't aware of the new interpolation feature and have existing applications that use environment variables with the `$` character. For more information, see [Using interpolate feature for environment variables (Docker Compose)](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_docker.container.console.html#docker-env-cfg.env-variables-dc-interpolate) in the _AWS Elastic Beanstalk Developer Guide_.For more information about the interpolation feature see [Interpolation](https://docs.docker.com/compose/compose-file/12-interpolation/) on the Docker documentation website. +Docker Compose v2 has a new feature called _interpolation_. If you'd like to use this feature, be aware that you'll need to implement an approach that uses platform hooks.This is necessary due a mitigation that we implemented in the platform engine. This mitigation ensures backward compatibility for customers that aren't aware of the new interpolation feature and have existing applications that use environment variables with the `$` character. For more information, see [Using interpolate feature for environment variables (Docker Compose)](https://docs.aws.amazon.com//elasticbeanstalk/latest/dg/create_deploy_docker.container.console.html#docker-env-cfg.env-variables-dc-interpolate) in the _AWS Elastic Beanstalk Developer Guide_.For more information about the interpolation feature see [Interpolation](https://docs.docker.com/compose/compose-file/12-interpolation/) on the Docker documentation website.