The SQL Server 2025 container logs include a link that redirects to outdated documentation for SQL Server 2017. ### Steps to Reproduce 1. Run a SQL Server 2025 container (e.g., using the latest preview image). 2. Check the container logs using `docker logs <container_id>`. 3. Look for the line that contains `https://go.microsoft.com/fwlink/?linkid=2099216`. ### Actual Result The link `https://go.microsoft.com/fwlink/?linkid=2099216` redirects to SQL Server 2017 documentation. ```bash To learn more visit https://go.microsoft.com/fwlink/?linkid=2099216.