Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLABADE Youval <labadeyouval@gmail.com>2021-08-28 19:08:27 +0300
committerLABADE Youval <labadeyouval@gmail.com>2021-08-28 19:08:27 +0300
commitac99fb2c30773f8b8f2301b8cf7168a59902a1e2 (patch)
treefa3894d845c92bd638d01f8f530064cb931092cd /docs
parente3230e53729098b8b4e73d19d7b3624542d1339f (diff)
Update helix doc: master => main
Diffstat (limited to 'docs')
-rw-r--r--docs/Helix.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Helix.md b/docs/Helix.md
index c558412567..e519d7c4d7 100644
--- a/docs/Helix.md
+++ b/docs/Helix.md
@@ -4,7 +4,7 @@ Helix is the distributed test platform that we use to run tests. We build a hel
send a job with with this payload to a set of queues for the various combinations of OS that we want to test
for example: `Windows.10.Amd64.ClientRS4.VS2017.Open`, `OSX.1012.Amd64.Open`, `Ubuntu.1804.Amd64.Open`. Helix takes care of unzipping, running the job, and reporting results.
-For more info about helix see: [SDK](https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Helix/Sdk/Readme.md), [JobSender](https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Helix/Sdk/Readme.md)
+For more info about helix see: [SDK](https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Helix/Sdk/Readme.md), [JobSender](https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.Helix/Sdk/Readme.md)
## Running helix tests locally
@@ -134,4 +134,4 @@ Goal is to balance cost/flakiness against having some coverage of supported dist
- Example PR: dotnet/dotnet-buildtools-prereqs-docker#398
- Summary is to update [manifest.json](https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/master/manifest.json) with an entry for the new dockerfiles, and then add the docker files as well to dotnet-buildtools-prereqs-docker
-- The resulting new docker queue id will be found in: [image-info.dotnet-dotnet-buildtools-prereqs-docker-master.json](https://github.com/dotnet/versions/blob/master/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-master.json)
+- The resulting new docker queue id will be found in: [image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json](https://github.com/dotnet/versions/blob/main/build-info/docker/image-info.dotnet-dotnet-buildtools-prereqs-docker-main.json)