Skip to content

Commit 564f203

Browse files
Update using-latest-daily.md (#10632)
Use new urls Co-authored-by: David Fowler <[email protected]>
1 parent 9ba93cb commit 564f203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using-latest-daily.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ If you use [Package Source Mapping](https://learn.microsoft.com/en-us/nuget/cons
4040
On Windows:
4141

4242
```powershell
43-
iex "& { $(irm https://aka.ms/aspire/get/install.ps1) } -Quality dev"
43+
iex "& { $(irm https://aspire.dev/install.ps1) } -Quality dev"
4444
```
4545

4646
On Linux, or macOS:
4747

4848
```sh
49-
curl -sSL https://aka.ms/aspire/get/install.sh | bash -s -- -q dev
49+
curl -sSL https://aspire.dev/install.sh | bash -s -- -q dev
5050
```
5151

5252
<!-- break between blocks -->

0 commit comments

Comments
 (0)