Skip to content

Commit

Permalink
[Docs] Contributing Guide Link Fix (Azure#17919)
Browse files Browse the repository at this point in the history
# Summary

The focus of these changes is to remove the locale from the links for PowerShell and Node installation.

# Last Upstream Rebase

Tuesday, December 12, 4:41pm (EST)
  • Loading branch information
jsquire authored Jan 12, 2021
1 parent 86ee028 commit 3e711d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
- Install the **.NET Core cross-platform development** workloads in VisualStudio
- Install **.NET Core 5.0.100 SDK** for your specific platform. (or a higher version within the 5.0.*** band) (https://dotnet.microsoft.com/download/dotnet-core/5.0)
- Install the latest version of git (https://git-scm.com/downloads)
- Install [PowerShell](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell), version 6 or higher, if you plan to make public API changes or are working with generated code snippets.
- Install [NodeJS](https://nodejs.org/en/) (14.x.x) if you plan to use [C# code generation](https://github.com/Azure/autorest.csharp).
- Install [PowerShell](https://docs.microsoft.com/powershell/scripting/install/installing-powershell), version 6 or higher, if you plan to make public API changes or are working with generated code snippets.
- Install [NodeJS](https://nodejs.org/) (14.x.x) if you plan to use [C# code generation](https://github.com/Azure/autorest.csharp).

## GENERAL THINGS TO KNOW:

Expand Down

0 comments on commit 3e711d3

Please sign in to comment.