Skip to content

Commit c00df70

Browse files
authored
Update dotnetcli domain (#44272)
1 parent 9de3b0f commit c00df70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/install/includes/verify-download-macos-linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The .NET release notes contain a link to a checksum file you can use to validate
4343
Replace the link in the following command with the link you copied.
4444

4545
```bash
46-
curl -O https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt
46+
curl -O https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.0-sha.txt
4747
```
4848

4949
01. With both the checksum file and the .NET release file downloaded to the same directory, use the `sha512sum -c {file} --ignore-missing` command to validate the downloaded file.

docs/core/install/includes/verify-download-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The .NET release notes contain a link to a checksum file you can use to validate
4343
01. Use the following script, but replace the link to download the appropriate checksum file:
4444

4545
```powershell
46-
Invoke-WebRequest https://dotnetcli.blob.core.windows.net/dotnet/checksums/8.0.0-sha.txt -OutFile 8.0.0-sha.txt
46+
Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/checksums/8.0.0-sha.txt -OutFile 8.0.0-sha.txt
4747
```
4848
4949
01. With both the checksum file and the .NET release file downloaded to the same directory, search the checksum file for the checksum of the .NET download:

0 commit comments

Comments
 (0)