Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update historical links to new domain #9683

Closed
richlander opened this issue Jan 10, 2025 · 1 comment
Closed

Update historical links to new domain #9683

richlander opened this issue Jan 10, 2025 · 1 comment

Comments

@richlander
Copy link
Member

All historical links need to be updated to one of the new domains, per #9671.

New CI links are already being created correctly.

$ curl -s --head https://aka.ms/dotnet/10.0.1xx/daily/dotnet-sdk-win-x64.zip | grep Location
Location: https://ci.dot.net/public/Sdk/10.0.100-alpha.1.25060.15/dotnet-sdk-10.0.100-alpha.1.25060.15-win-x64.zip

Existing links are still pointing to the wrong location.

$ curl -s --head https://aka.ms/dotnet/8.0/dotnet-runtime-win-x86.zip | grep Location
Location: https://dotnetcli.azureedge.net/dotnet/Runtime/8.0.11/dotnet-runtime-8.0.11-win-x86.zip

They should redirect to builds.dotnet.microsoft.com or ci.dot.net, as appropriate.

@richlander
Copy link
Member Author

This is now resolved.

$ curl -s --head https://aka.ms/dotnet/8.0/dotnet-runtime-win-x86.zip | grep Location
Location: https://builds.dotnet.microsoft.com/dotnet/Runtime/8.0.12/dotnet-runtime-8.0.12-win-x86.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant