Skip to content

Commit 16663cb

Browse files
authored
docs: Fix broken link for NuGet.exe (#571)
1 parent 1640822 commit 16663cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Visual studio
6262
## NuGet Deployment (for maintainers)
6363

6464
### To Setup NuGet
65-
- Download [NuGet exe](http://nuget.org/nuget.exe).
65+
- Download [NuGet exe](https://dist.nuget.org/win-x86-commandline/latest/nuget.exe).
6666
- [install the NuGet CLI](https://learn.microsoft.com/en-us/nuget/install-nuget-client-tools#nugetexe-cli) for your preffered OS.
6767
> Windows <br/>
6868
Add the folder where you placed nuget.exe to your PATH environment variable. <br/>
@@ -71,8 +71,6 @@ Visual studio
7171
7272
- Setup the Api Key ([see here](https://learn.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-setapikey)).
7373

74-
75-
7674
### To Release a New Version
7775

7876
Auto release follow the rule in github/labeler.yml

0 commit comments

Comments
 (0)