From 496cf4132943568ea4796bb359cd298c1f8175a4 Mon Sep 17 00:00:00 2001 From: Timo van Veenendaal Date: Tue, 31 Jan 2023 15:45:21 -0800 Subject: [PATCH] Remove localization from link --- eng/common/testproxy/transition-scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/testproxy/transition-scripts/README.md b/eng/common/testproxy/transition-scripts/README.md index 6b8f2b25223a..862d22ed6de8 100644 --- a/eng/common/testproxy/transition-scripts/README.md +++ b/eng/common/testproxy/transition-scripts/README.md @@ -26,7 +26,7 @@ Running the script requires these base requirements. - [x] The targeted library is already migrated to use the test-proxy. - [x] Git version `>2.25.0` needs to be on the machine and in the path. Git is used by the script and test-proxy. -- [x] [Powershell Core](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7.2) at least version 7. +- [x] [Powershell Core](https://learn.microsoft.com/powershell/scripting/install/installing-powershell?view=powershell-7.2) at least version 7. - [x] Ensure global git config settings for `user.name` and `user.email` are updated. [Reference](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup) - Override with environment variables `GIT_COMMIT_EMAIL` and `GIT_COMMIT_OWNER`. If either of these are set, they will override the default values pulled from `git config --global`.