Skip to content

Commit e17569e

Browse files
authored
Mention 'main' instead of 'master' (#29511)
- part of #29475 - primarily involves updating links to this repo nit: Remove broken links to old Travis environments (that happen to mention 'master')
1 parent c925f99 commit e17569e

File tree

28 files changed

+48
-52
lines changed

28 files changed

+48
-52
lines changed

.azure/pipelines/helix-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# We only want to run full helix matrix on master
1+
# We only want to run full helix matrix on main
22
pr: none
33
trigger: none
44
schedules:

.azure/pipelines/quarantined-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# Configure which branches trigger builds
6-
# We want to run quarantined tests on release/5.0 and master as well as on PRs
6+
# We want to run quarantined tests on release/5.0 and main as well as on PRs
77
trigger:
88
batch: true
99
branches:

.azure/pipelines/quarantined-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# We only want to run quarantined tests on master
1+
# We only want to run quarantined tests on main
22
pr: none
33
trigger: none
44

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
<!-- Thank you for submitting a pull request to our repo. -->
33

4-
<!-- If this is your first PR in the ASP.NET Core repo, please run through the checklist
4+
<!-- If this is your first PR in the ASP.NET Core repo, please run through the checklist
55
below to ensure a smooth review and merge process for your PR. -->
66

7-
- [ ] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/master/CODE-OF-CONDUCT.md).
7+
- [ ] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md).
88
- [ ] You've included unit or integration tests for your change, where applicable.
99
- [ ] You've included inline docs for your change, where applicable.
1010
- [ ] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

.github/workflows/runtime-sync.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
- name: Checkout aspnetcore
1919
uses: actions/[email protected]
2020
with:
21-
# Test this script using changes in a fork
21+
# Test this script using changes in a fork
2222
repository: 'dotnet/aspnetcore'
2323
path: aspnetcore
24-
ref: master
24+
ref: main
2525
- name: Checkout runtime
2626
uses: actions/[email protected]
2727
with:
28-
# Test this script using changes in a fork
28+
# Test this script using changes in a fork
2929
repository: 'dotnet/runtime'
3030
path: runtime
3131
ref: master
@@ -67,6 +67,6 @@ jobs:
6767
title: 'Sync shared code from runtime'
6868
body: 'This PR was automatically generated to sync shared code changes from runtime. Fixes #18943'
6969
labels: area-servers
70-
base: master
70+
base: main
7171
branch: github-action/sync-runtime
7272
branch-suffix: timestamp

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Follow the [Getting Started](https://docs.microsoft.com/aspnet/core/getting-star
99

1010
Also check out the [.NET Homepage](https://www.microsoft.com/net) for released versions of .NET, getting started guides, and learning resources.
1111

12-
See the [Triage Process](https://github.com/dotnet/aspnetcore/blob/master/docs/TriageProcess.md) document for more information on how we handle incoming issues.
12+
See the [Triage Process](https://github.com/dotnet/aspnetcore/blob/main/docs/TriageProcess.md) document for more information on how we handle incoming issues.
1313

1414
## How to Engage, Contribute, and Give Feedback
1515

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Running tests.
116116
build.ps1 -test
117117
118118
.LINK
119-
Online version: https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md
119+
Online version: https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md
120120
#>
121121
[CmdletBinding(PositionalBinding = $false, DefaultParameterSetName='Groups')]
122122
param(
@@ -363,7 +363,7 @@ if($dotnetFormat)
363363
{
364364
Write-Host -f Magenta "dotnet format tool is already installed."
365365
}
366-
else
366+
else
367367
{
368368
Write-Host -f Magenta "Installing dotnet-format tool.."
369369
& dotnet tool install -g dotnet-format

docs/BuildFromSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Studio because those projects are not listed in AspNetCore.sln.
155155
This will download the required tools and restore all projects inside the repository. At that point, you should be able
156156
to open the .sln file or one of the project specific .slnf files to work on the projects you care about.
157157

158-
> :bulb: Pro tip: you will also want to run this command after pulling large sets of changes. On the master
158+
> :bulb: Pro tip: you will also want to run this command after pulling large sets of changes. On the main
159159
> branch, we regularly update the versions of .NET Core SDK required to build the repo.
160160
> You will need to restart Visual Studio every time we update the .NET Core SDK.
161161

docs/Helix.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ This will restore, and then publish all the test project including some bootstra
1818

1919
## Overview of the helix usage in our pipelines
2020

21-
- Required queues: Windows10, OSX, Ubuntu1604
21+
- Required queues: Windows10, OSX, Ubuntu1604
2222
- Full queue matrix: Windows[7, 81, 10], Ubuntu[1604, 1804, 2004], Centos7, Debian9, Redhat7, Fedora28, Arm64 (Win10, Debian9)
23-
- The queues are defined in [Helix.Common.props](https://github.com/dotnet/aspnetcore/blob/master/eng/targets/Helix.Common.props)
23+
- The queues are defined in [Helix.Common.props](https://github.com/dotnet/aspnetcore/blob/main/eng/targets/Helix.Common.props)
2424

2525
[aspnetcore-ci](https://dev.azure.com/dnceng/public/_build?definitionId=278) runs non quarantined tests against the required helix queues as a required PR check and all builds on all branches.
2626

27-
[aspnetcore-helix-matrix](https://dev.azure.com/dnceng/public/_build?definitionId=837) runs non quarantined tests against all queues twice a day only on public master.
27+
[aspnetcore-helix-matrix](https://dev.azure.com/dnceng/public/_build?definitionId=837) runs non quarantined tests against all queues twice a day only on public main.
2828

29-
[aspnetcore-quarantined-pr](https://dev.azure.com/dnceng/public/_build?definitionId=869) runs only quarantined tests against the required queues on PRs and on master every 4 hours.
29+
[aspnetcore-quarantined-pr](https://dev.azure.com/dnceng/public/_build?definitionId=869) runs only quarantined tests against the required queues on PRs and on main every 4 hours.
3030

31-
[aspnetcore-quarantined-tests](https://dev.azure.com/dnceng/public/_build?definitionId=331) runs only quarantined tests against all queues only on public master once a day at 11 PM.
31+
[aspnetcore-quarantined-tests](https://dev.azure.com/dnceng/public/_build?definitionId=331) runs only quarantined tests against all queues only on public main once a day at 11 PM.
3232

3333
You can always manually queue pipeline runs by clicking on the link to the pipeline -> Run Pipeline -> select your branch/tag and commit
3434

@@ -42,7 +42,7 @@ You can always manually queue pipeline runs by clicking on the link to the pipel
4242

4343
The easiest way to look at a test failure is via the tests tab in azdo which now should show a summary of the errors and have attachments to the relevant console logs.
4444

45-
You can also drill down into the helix web apis if you take the HelixJobId from the Debug tab of a failing test, and the HelixWorkItemName and go to: `https://helix.dot.net/api/2019-06-17/jobs/<jobId>/workitems/<workitemname>` which will show you more urls you can drill into for more info.
45+
You can also drill down into the helix web apis if you take the HelixJobId from the Debug tab of a failing test, and the HelixWorkItemName and go to: `https://helix.dot.net/api/2019-06-17/jobs/<jobId>/workitems/<workitemname>` which will show you more urls you can drill into for more info.
4646

4747
There's also a link embedded in the build.cmd log of the Tests: Helix x64 job on Azure Pipelines, near the bottom right that will look something like this:
4848

docs/ReferenceResolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Once `darc` is installed and set-up, it can be used to modify the subscriptions
111111
Subscriptions are objects that define the ecosystem repos we are listening for updates to, the frequency we are looking for updates, and more.
112112

113113
```bash
114-
darc get-subscriptions --target-branch master --target-repo aspnetcore$ --regex
114+
darc get-subscriptions --target-branch main --target-repo aspnetcore$ --regex
115115
```
116116

117117
**Disable/enable a subscription**

docs/TriageProcess.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ The following diagram summarizes the processes detailed above:
6464

6565

6666
## References
67-
We rely on some automation to help us with this process. You can learn more about some of these by reading our [Issue Management Policies](https://github.com/dotnet/aspnetcore/blob/master/docs/IssueManagementPolicies.md) document.
67+
We rely on some automation to help us with this process. You can learn more about some of these by reading our [Issue Management Policies](https://github.com/dotnet/aspnetcore/blob/main/docs/IssueManagementPolicies.md) document.

eng/scripts/CodeCheck.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ try {
131131

132132
foreach ($unexpectedVar in $versionVars) {
133133
LogError `
134-
"Version variable '$unexpectedVar' does not have a matching entry in Version.Details.xml. See https://github.com/dotnet/aspnetcore/blob/master/docs/ReferenceResolution.md for instructions on how to add a new dependency." `
134+
"Version variable '$unexpectedVar' does not have a matching entry in Version.Details.xml. See https://github.com/dotnet/aspnetcore/blob/main/docs/ReferenceResolution.md for instructions on how to add a new dependency." `
135135
-filepath "$repoRoot\eng\Versions.props"
136136
}
137137

eng/scripts/InstallVisualStudio.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Run the installer without UI and wait for installation to complete.
2424
.LINK
2525
https://visualstudio.com
26-
https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md
26+
https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md
2727
.EXAMPLE
2828
To install VS 2019 Enterprise, run this command in PowerShell:
2929

src/Components/benchmarkapps/Wasm.Performance/benchmarks.compose.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
"blazorwasmbenchmark": {
1212
"source": {
1313
"repository": "https://github.com/dotnet/AspNetCore.git",
14-
"branchOrCommit": "master",
14+
"branchOrCommit": "main",
1515
"dockerfile": "src/Components/benchmarkapps/Wasm.Performance/dockerfile"
1616
},
1717
"buildArguments": [
18-
"gitBranch=master"
18+
"gitBranch=main"
1919
],
2020
"waitForExit": true,
2121
"readyStateText": "Application started."

src/Components/benchmarkapps/Wasm.Performance/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apt-get update \
1212
nodejs \
1313
git
1414

15-
ARG gitBranch=master
15+
ARG gitBranch=main
1616

1717
WORKDIR /src
1818
ADD https://api.github.com/repos/dotnet/aspnetcore/git/ref/heads/${gitBranch} /aspnetcore.commit

src/Http/Routing/test/testassets/Benchmarks/benchmarks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"Source": {
1010
"Repository": "https://github.com/dotnet/aspnetcore.git",
11-
"BranchOrCommit": "master",
11+
"BranchOrCommit": "main",
1212
"Project": "src/Routing/benchmarkapps/Benchmarks/Benchmarks.csproj"
1313
},
1414
"Port": 8080

src/JSInterop/Microsoft.JSInterop.JS/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"bugs": {
2121
"url": "https://github.com/dotnet/aspnetcore/issues"
2222
},
23-
"homepage": "https://github.com/dotnet/aspnetcore/tree/master/src/JSInterop",
23+
"homepage": "https://github.com/dotnet/aspnetcore/tree/main/src/JSInterop",
2424
"files": [
2525
"dist/**"
2626
],

src/Localization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ Localization
33

44
These projects provide abstractions for localizing resources in .NET applications.
55

6-
The ASP.NET Core implementation of localization can be found in https://github.com/dotnet/aspnetcore/tree/master/src/Middleware/Localization.
6+
The ASP.NET Core implementation of localization can be found in https://github.com/dotnet/aspnetcore/tree/main/src/Middleware/Localization.

src/Mvc/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ ASP.NET Core MVC
33

44
**Note: For ASP.NET MVC 5.x, Web API 2.x, and Web Pages 3.x (not ASP.NET Core), see https://github.com/aspnet/AspNetWebStack**
55

6-
Travis: [![Travis](https://travis-ci.org/aspnet/Mvc.svg?branch=master)](https://travis-ci.org/aspnet/Mvc)
7-
86
ASP.NET Core MVC gives you a powerful, patterns-based way to build dynamic websites that enables a clean separation of concerns and gives you full control over markup for enjoyable, agile development. ASP.NET Core MVC includes many features that enable fast, TDD-friendly development for creating sophisticated applications that use the latest web standards.
97

108
ASP.NET Core MVC includes support for building web pages and HTTP services in a single aligned framework that can be hosted in IIS or self-hosted in your own process.

src/Mvc/benchmarkapps/BasicApi/benchmarks.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ReadyStateText": "Application started.",
99
"Source": {
1010
"Repository": "https://github.com/dotnet/aspnetcore.git",
11-
"BranchOrCommit": "master",
11+
"BranchOrCommit": "main",
1212
"Project": "src/Mvc/benchmarkapps/BasicApi/BasicApi.csproj"
1313
}
1414
},
@@ -19,20 +19,20 @@
1919
},
2020
"BasicApi.GetUsingQueryString": {
2121
"ClientProperties": {
22-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
22+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
2323
},
2424
"Path": "/pet/findByStatus",
2525
"Query": "?status=available"
2626
},
2727
"BasicApi.GetUsingRouteValue": {
2828
"ClientProperties": {
29-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
29+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
3030
},
3131
"Path": "/pet/-1"
3232
},
3333
"BasicApi.GetUsingRouteValueWithoutAuthorization": {
3434
"ClientProperties": {
35-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
35+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/getWithToken.lua"
3636
},
3737
"Path": "/pet/anonymous/-1"
3838
},
@@ -41,14 +41,14 @@
4141
},
4242
"BasicApi.Post": {
4343
"ClientProperties": {
44-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
44+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
4545
},
4646
"Path": "/pet"
4747
},
4848
"BasicApi.PostWithoutDb": {
4949
"Path": "/pet/add-pet",
5050
"ClientProperties": {
51-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
51+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicApi/postJsonWithToken.lua"
5252
}
5353
}
5454
}

src/Mvc/benchmarkapps/BasicViews/benchmarks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ReadyStateText": "Application started.",
99
"Source": {
1010
"Repository": "https://github.com/dotnet/aspnetcore.git",
11-
"BranchOrCommit": "master",
11+
"BranchOrCommit": "main",
1212
"Project": "src/Mvc/benchmarkapps/BasicViews/BasicViews.csproj"
1313
}
1414
},
@@ -20,19 +20,19 @@
2020
},
2121
"BasicViews.Post": {
2222
"ClientProperties": {
23-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
23+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
2424
},
2525
"Path": "/Home/Index"
2626
},
2727
"BasicViews.PostIgnoringToken": {
2828
"ClientProperties": {
29-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
29+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicViews/postWithToken.lua"
3030
},
3131
"Path": "/Home/IndexWithoutToken"
3232
},
3333
"BasicViews.PostWithoutToken": {
3434
"ClientProperties": {
35-
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/master/src/Mvc/benchmarkapps/BasicViews/post.lua"
35+
"Scripts": "https://raw.githubusercontent.com/dotnet/aspnetcore/main/src/Mvc/benchmarkapps/BasicViews/post.lua"
3636
},
3737
"Path": "/Home/IndexWithoutToken"
3838
}

src/Razor/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Razor
22
=====
33

4-
Travis: [![Travis](https://travis-ci.org/aspnet/Razor.svg?branch=dev)](https://travis-ci.org/aspnet/Razor)
5-
64
The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.
75

86
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://www.github.com/aspnet/home) repo.

src/Shared/runtime/ReadMe.SharedCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dotnet/AspNetCore code paths:
2424
- `PS D:\github\runtime\src\libraries\System.Net.Http\tests\UnitTests> dotnet build /t:test`
2525

2626
## Building dotnet/AspNetCore code:
27-
- https://github.com/dotnet/AspNetCore/blob/master/docs/BuildFromSource.md
27+
- https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md
2828
- Run restore in the root once: `PS D:\github\AspNetCore> .\restore.cmd`
2929
- Activate to use the repo local runtime: `PS D:\github\AspNetCore> . .\activate.ps1`
3030
- Build the individual projects:

src/SignalR/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following contains a description of the sub-directories.
3232

3333
By default, the build script will try to build Java and Typescript projects. If you don't want to include those, you can pass "-NoBuildJava" and "-NoBuildNodeJS" respectively to the build script to skip them. Or "--no-build-java" and "--no-build-nodejs" on MacOS or Linux.
3434

35-
To build this specific project from source, you can follow the instructions [on building a subset of the code](https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md#building-a-subset-of-the-code).
35+
To build this specific project from source, you can follow the instructions [on building a subset of the code](https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md#building-a-subset-of-the-code).
3636

3737
Or for the less detailed explanation, run the following command inside this directory.
3838
```powershell
@@ -49,7 +49,7 @@ $ ./build.sh
4949

5050
This project's tests require having "java" and "npm" on your path.
5151

52-
To run the tests for this project, you can [run the tests on the command line](https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md#running-tests-on-command-line) in this directory.
52+
To run the tests for this project, you can [run the tests on the command line](https://github.com/dotnet/aspnetcore/blob/main/docs/BuildFromSource.md#running-tests-on-command-line) in this directory.
5353

5454
Or for the less detailed explanation, run the following command inside this directory.
5555
```powershell

src/SignalR/clients/java/signalr/core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ task generatePOM {
4242
scm {
4343
connection 'scm:git:git://github.com/dotnet/aspnetcore.git'
4444
developerConnection 'scm:git:git://github.com/dotnet/aspnetcore.git'
45-
url 'http://github.com/dotnet/aspnetcore/tree/master'
45+
url 'http://github.com/dotnet/aspnetcore/tree/main'
4646
}
4747
developers {
4848
developer {
@@ -78,4 +78,4 @@ class Version {
7878
}
7979
}
8080

81-
compileJava.dependsOn generateVersionClass
81+
compileJava.dependsOn generateVersionClass

src/SignalR/clients/java/signalr/messagepack/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ task generatePOM {
4141
scm {
4242
connection 'scm:git:git://github.com/dotnet/aspnetcore.git'
4343
developerConnection 'scm:git:git://github.com/dotnet/aspnetcore.git'
44-
url 'http://github.com/dotnet/aspnetcore/tree/master'
44+
url 'http://github.com/dotnet/aspnetcore/tree/main'
4545
}
4646
developers {
4747
developer {
@@ -53,4 +53,4 @@ task generatePOM {
5353
}.writeTo("${buildDir}/libs/signalr-messagepack-${project.version}.pom")
5454
}
5555

56-
task createPackage(dependsOn: [jar,sourceJar,javadocJar,generatePOM])
56+
task createPackage(dependsOn: [jar,sourceJar,javadocJar,generatePOM])

src/SignalR/clients/ts/signalr-protocol-msgpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"bugs": {
3838
"url": "https://github.com/dotnet/aspnetcore/issues"
3939
},
40-
"homepage": "https://github.com/dotnet/aspnetcore/tree/master/src/SignalR#readme",
40+
"homepage": "https://github.com/dotnet/aspnetcore/tree/main/src/SignalR#readme",
4141
"files": [
4242
"dist/**/*",
4343
"src/**/*"

src/SignalR/clients/ts/signalr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"bugs": {
4141
"url": "https://github.com/dotnet/aspnetcore/issues"
4242
},
43-
"homepage": "https://github.com/dotnet/aspnetcore/tree/master/src/SignalR#readme",
43+
"homepage": "https://github.com/dotnet/aspnetcore/tree/main/src/SignalR#readme",
4444
"files": [
4545
"dist/**/*",
4646
"src/**/*"

0 commit comments

Comments
 (0)