Skip to content

Commit e20f9a1

Browse files
committed
Prepare to rename the master branch to main.
1 parent c7aef03 commit e20f9a1

File tree

59 files changed

+92
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+92
-93
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center"><a href="https://rushstack.io/">https://rushstack.io/</a></p>
44
</td></tr></table>
55

6-
[![Zulip chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/) &nbsp; [![Build Status](https://dev.azure.com/RushStack/GitHubProjects/_apis/build/status/rushstack/rushstack%20CI%20Build?branchName=master)](https://dev.azure.com/RushStack/GitHubProjects/_build/latest?definitionId=3&branchName=master)
6+
[![Zulip chat room](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://rushstack.zulipchat.com/) &nbsp; [![Build Status](https://dev.azure.com/RushStack/GitHubProjects/_apis/build/status/rushstack/rushstack%20CI%20Build?branchName=main)](https://dev.azure.com/RushStack/GitHubProjects/_build/latest?definitionId=3&branchName=main)
77

88
The home for various projects maintained by the Rush Stack community, whose mission is to develop reusable tooling
99
for large scale TypeScript monorepos.

apps/api-documenter/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation.
1212
## Links
1313

1414
- [CHANGELOG.md](
15-
https://github.com/microsoft/rushstack/blob/master/apps/api-documenter/CHANGELOG.md) - Find
15+
https://github.com/microsoft/rushstack/blob/main/apps/api-documenter/CHANGELOG.md) - Find
1616
out what's new in the latest version
1717
- [API Reference](https://rushstack.io/pages/api/api-documenter/)
1818

apps/api-extractor/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @microsoft/api-extractor
22

33

4-
![API Extractor](https://github.com/microsoft/rushstack/raw/master/common/wiki-images/api-extractor-title.png?raw=true)
4+
![API Extractor](https://github.com/microsoft/rushstack/raw/main/common/wiki-images/api-extractor-title.png?raw=true)
55
<br />
66
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://api-extractor.com/
77

@@ -44,7 +44,7 @@ For more details and support resources, please visit: https://api-extractor.com/
4444
## Links
4545

4646
- [CHANGELOG.md](
47-
https://github.com/microsoft/rushstack/blob/master/apps/api-extractor/CHANGELOG.md) - Find
47+
https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md) - Find
4848
out what's new in the latest version
4949
- [API Reference](https://rushstack.io/pages/api/api-extractor/)
5050

apps/heft/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ the Rush Stack website.
7979
## Links
8080

8181
- [CHANGELOG.md](
82-
https://github.com/microsoft/rushstack/blob/master/apps/heft/CHANGELOG.md) - Find
82+
https://github.com/microsoft/rushstack/blob/main/apps/heft/CHANGELOG.md) - Find
8383
out what's new in the latest version
8484
- [UPGRADING.md](
85-
https://github.com/microsoft/rushstack/blob/master/apps/heft/UPGRADING.md) - Instructions
85+
https://github.com/microsoft/rushstack/blob/main/apps/heft/UPGRADING.md) - Instructions
8686
for migrating existing projects to use a newer version of Heft
8787
- [API Reference](https://rushstack.io/pages/api/heft/)
8888

apps/heft/src/pluginFramework/logging/FileError.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class FileError extends Error {
3636
this.column = column;
3737

3838
// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc.
39-
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
39+
// https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
4040
//
4141
// Note: the prototype must also be set on any classes which extend this one
4242
(this as any).__proto__ = FileError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any

apps/rundown/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Optional arguments:
224224
## Links
225225

226226
- [CHANGELOG.md](
227-
https://github.com/microsoft/rushstack/blob/master/apps/rundown/CHANGELOG.md) - Find
227+
https://github.com/microsoft/rushstack/blob/main/apps/rundown/CHANGELOG.md) - Find
228228
out what's new in the latest version
229229

230230
Rundown is part of the [Rush Stack](https://rushstack.io/) family of projects.

apps/rush/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @microsoft/rush
22

33

4-
![rush](https://github.com/microsoft/rushstack/blob/master/common/wiki-images/rush-logo.png?raw=true)
4+
![rush](https://github.com/microsoft/rushstack/blob/main/common/wiki-images/rush-logo.png?raw=true)
55
<br />
66
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://rushjs.io
77

@@ -25,7 +25,7 @@
2525

2626
- **Bulk publishing:** When it's time to do a release, Rush can detect which packages have changes, automatically bump all the appropriate version numbers, and run `npm publish` in each folder. If you like, configure your server to automatically run `rush publish` every hour.
2727

28-
- **Changelog tracking:** Whenever a PR is created, you can require developers to provide a major/minor/patch log entry for the affected projects. During publishing, these changes will be automatically aggregated into a nicely formatted [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) file.
28+
- **Changelog tracking:** Whenever a PR is created, you can require developers to provide a major/minor/patch log entry for the affected projects. During publishing, these changes will be automatically aggregated into a nicely formatted [CHANGELOG.md](https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) file.
2929

3030
- **Enterprise policies:** Want to review new libraries before developers add them to package.json, but avoid hassling people about already approved cases? Want to enforce that all your projects depend on the same library version numbers? Are unprofessional personal e-mail addresses accidentally showing up in your company's Git history? Rush can help maintain a consistent ecosystem when you've got many developers and many projects in the mix.
3131

@@ -67,10 +67,10 @@ For more details and support resources, please visit: https://rushjs.io
6767
## Links
6868

6969
- [CHANGELOG.md](
70-
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
70+
https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md) - Find
7171
out what's new in the latest version
7272
- [UPGRADING.md](
73-
https://github.com/microsoft/rushstack/blob/master/apps/rush/UPGRADING.md) - Instructions
73+
https://github.com/microsoft/rushstack/blob/main/apps/rush/UPGRADING.md) - Instructions
7474
for migrating existing projects to use a newer version of Rush
7575
- [API Reference](https://api.rushstack.io/pages/rush-lib/)
7676

common/config/rush/command-line.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
// *
117117
// * Thus, warnings do not interfere with local development, but they will cause a CI job to fail, because
118118
// * the Rush process itself returns a nonzero exit code if there are any warnings or errors. This is by design.
119-
// * In an active monorepo, we've found that if you allow any warnings in your master branch, it inadvertently
119+
// * In an active monorepo, we've found that if you allow any warnings in your main branch, it inadvertently
120120
// * teaches developers to ignore warnings, which quickly leads to a situation where so many "expected" warnings
121121
// * have accumulated that warnings no longer serve any useful purpose.
122122
// *

eslint/eslint-config/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ designed around the the requirements of large teams and projects.
4444
- **Explicit:** The ruleset does not import any "recommended" templates from other ESLint packages. This avoids
4545
worrying about precedence issues due to import order. It also eliminates confusion caused by files
4646
overriding/undoing settings from another file. Each rule is configured once, in one
47-
[easy-to-read file](https://github.com/microsoft/rushstack/blob/master/stack/eslint-config/profile/_common.js).
47+
[easy-to-read file](https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/profile/_common.js).
4848

4949
- **Minimal configuration:** To use this ruleset, your **.eslintrc.js** will need to choose one **"profile"**
5050
and possibly one or two **"mixins"** that cover special cases. Beyond that, our goal is to reduce monorepo
@@ -268,7 +268,7 @@ module.exports = {
268268
## Links
269269

270270
- [CHANGELOG.md](
271-
https://github.com/microsoft/rushstack/blob/master/stack/eslint-config/CHANGELOG.md) - Find
271+
https://github.com/microsoft/rushstack/blob/main/stack/eslint-config/CHANGELOG.md) - Find
272272
out what's new in the latest version
273273

274274
`@rushstack/eslint-config` is part of the [Rush Stack](https://rushstack.io/) family of projects.

eslint/eslint-config/profile/_common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function buildRules(profile) {
204204
// - @typescript-eslint/interface-name-prefix
205205
// - @typescript-eslint/member-naming
206206
//
207-
// Docs: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/naming-convention.md
207+
// Docs: https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/naming-convention.md
208208
'@typescript-eslint/naming-convention': [
209209
'warn',
210210
...macros.expandNamingConventionSelectors([

eslint/eslint-patch/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and recommended approach.
6363
## Links
6464

6565
- [CHANGELOG.md](
66-
https://github.com/microsoft/rushstack/blob/master/stack/eslint-patch/CHANGELOG.md) - Find
66+
https://github.com/microsoft/rushstack/blob/main/stack/eslint-patch/CHANGELOG.md) - Find
6767
out what's new in the latest version
6868

6969
`@rushstack/eslint-patch` is part of the [Rush Stack](https://rushstack.io/) family of projects.

eslint/eslint-plugin-packlets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ module.exports = {
192192
## Links
193193

194194
- [CHANGELOG.md](
195-
https://github.com/microsoft/rushstack/blob/master/stack/eslint-plugin-packlets/CHANGELOG.md) - Find
195+
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin-packlets/CHANGELOG.md) - Find
196196
out what's new in the latest version
197197
- [@rushstack/eslint-config](https://www.npmjs.com/package/@rushstack/eslint-config) documentation
198198

eslint/eslint-plugin-security/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function isInteger(s: string): boolean {
6666
## Links
6767

6868
- [CHANGELOG.md](
69-
https://github.com/microsoft/rushstack/blob/master/stack/eslint-plugin-security/CHANGELOG.md) - Find
69+
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin-security/CHANGELOG.md) - Find
7070
out what's new in the latest version
7171

7272
`@rushstack/eslint-plugin-security` is part of the [Rush Stack](https://rushstack.io/) family of projects.

eslint/eslint-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ let e: E._PrivateMember = E._PrivateMember; // okay, because _PrivateMember is d
229229
## Links
230230

231231
- [CHANGELOG.md](
232-
https://github.com/microsoft/rushstack/blob/master/stack/eslint-plugin/CHANGELOG.md) - Find
232+
https://github.com/microsoft/rushstack/blob/main/stack/eslint-plugin/CHANGELOG.md) - Find
233233
out what's new in the latest version
234234

235235
`@rushstack/eslint-plugin` is part of the [Rush Stack](https://rushstack.io/) family of projects.

heft-plugins/heft-dev-cert-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Automatically configures webpack-dev-server to use https in serve mode.
66
## Links
77

88
- [CHANGELOG.md](
9-
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md) - Find
9+
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-dev-cert-plugin/CHANGELOG.md) - Find
1010
out what's new in the latest version
1111

1212
Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.

heft-plugins/heft-jest-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a Heft plugin for using Jest during the "test" stage.
55
## Links
66

77
- [CHANGELOG.md](
8-
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-jest-plugin/CHANGELOG.md) - Find
8+
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-jest-plugin/CHANGELOG.md) - Find
99
out what's new in the latest version
1010

1111
Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.

heft-plugins/heft-jest-plugin/src/HeftJestReporter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface IHeftJestReporterOptions {
2929
* Jest behavior.
3030
*
3131
* For reference, Jest's default implementation is here:
32-
* https://github.com/facebook/jest/blob/master/packages/jest-reporters/src/default_reporter.ts
32+
* https://github.com/facebook/jest/blob/main/packages/jest-reporters/src/default_reporter.ts
3333
*/
3434
export default class HeftJestReporter implements Reporter {
3535
private _terminal: ITerminal;

heft-plugins/heft-sass-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a Heft plugin for using node-sass during the "build" stage.
55
## Links
66

77
- [CHANGELOG.md](
8-
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-sass-plugin/CHANGELOG.md) - Find
8+
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-sass-plugin/CHANGELOG.md) - Find
99
out what's new in the latest version
1010

1111
Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.

heft-plugins/heft-storybook-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ UI components.
66
## Links
77

88
- [CHANGELOG.md](
9-
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-storybook-plugin/CHANGELOG.md) - Find
9+
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-storybook-plugin/CHANGELOG.md) - Find
1010
out what's new in the latest version
1111

1212
Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.

heft-plugins/heft-webpack4-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a Heft plugin for using Webpack 4 during the "bundle" stage.
55
## Links
66

77
- [CHANGELOG.md](
8-
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-webpack4-plugin/CHANGELOG.md) - Find
8+
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-webpack4-plugin/CHANGELOG.md) - Find
99
out what's new in the latest version
1010

1111
Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.

heft-plugins/heft-webpack5-plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is a Heft plugin for using Webpack 5 during the "bundle" stage.
55
## Links
66

77
- [CHANGELOG.md](
8-
https://github.com/microsoft/rushstack/blob/master/heft-plugins/heft-webpack5-plugin/CHANGELOG.md) - Find
8+
https://github.com/microsoft/rushstack/blob/main/heft-plugins/heft-webpack5-plugin/CHANGELOG.md) - Find
99
out what's new in the latest version
1010

1111
Heft is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/api-extractor-model/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ a namespace containing static members of the class.
6161
## Links
6262

6363
- [CHANGELOG.md](
64-
https://github.com/microsoft/rushstack/blob/master/libraries/api-extractor-model/CHANGELOG.md) - Find
64+
https://github.com/microsoft/rushstack/blob/main/libraries/api-extractor-model/CHANGELOG.md) - Find
6565
out what's new in the latest version
6666
- [API Reference](https://rushstack.io/pages/api/api-extractor-model/)
6767

libraries/debug-certificate-manager/README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
This library contains utilities for managing debug certificates in a development server environment. It provides functions to generate, self-sign, trust, and untrust .pem certificates for both Windows and Mac OS. It will also generate self-signed certificates on other OS's, but the user must manually trust and untrust them.
1010

1111
[![npm version](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager.svg)](https://badge.fury.io/js/%40rushstack%2Fdebug-certificate-manager)
12-
[![Build Status](https://travis-ci.org/Microsoft/debug-certificate-manager.svg?branch=master)](https://travis-ci.org/Microsoft/debug-certificate-manager) [![Dependencies](https://david-dm.org/Microsoft/debug-certificate-manager.svg)](https://david-dm.org/Microsoft/debug-certificate-manager)
1312

1413

1514
## `CertificateStore`
@@ -44,7 +43,7 @@ Attempts to locate a previously generated debug certificate and untrust it. Retu
4443
## Links
4544

4645
- [CHANGELOG.md](
47-
https://github.com/microsoft/rushstack/blob/master/libraries/debug-certificate-manager/CHANGELOG.md) - Find
46+
https://github.com/microsoft/rushstack/blob/main/libraries/debug-certificate-manager/CHANGELOG.md) - Find
4847
out what's new in the latest version
4948
- [API Reference](https://rushstack.io/pages/api/debug-certificate-manager/)
5049

libraries/heft-config-file/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A library for loading config files for use with the [Heft](https://rushstack.io/
55
## Links
66

77
- [CHANGELOG.md](
8-
https://github.com/microsoft/rushstack/blob/master/libraries/heft-config-file/CHANGELOG.md) - Find
8+
https://github.com/microsoft/rushstack/blob/main/libraries/heft-config-file/CHANGELOG.md) - Find
99
out what's new in the latest version
1010
- [API Reference](https://rushstack.io/pages/api/heft-config-file/)
1111

libraries/load-themed-styles/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# @microsoft/load-themed-styles
22
[![npm version](https://badge.fury.io/js/%40microsoft%2Fload-themed-styles.svg)](https://badge.fury.io/js/%40microsoft%2Fload-themed-styles)
33

4-
[![Build Status](https://travis-ci.org/Microsoft/load-themed-styles.svg?branch=master)](https://travis-ci.org/Microsoft/load-themed-styles) [![Dependencies](https://david-dm.org/Microsoft/load-themed-styles.svg)](https://david-dm.org/Microsoft/load-themed-styles)
5-
64
> Loads a string of style rules, but supports detokenizing theme constants built within it.
75
86
## Install
@@ -62,7 +60,7 @@ window.CSPSettings = {
6260
## Links
6361

6462
- [CHANGELOG.md](
65-
https://github.com/microsoft/rushstack/blob/master/libraries/load-themed-styles/CHANGELOG.md) - Find
63+
https://github.com/microsoft/rushstack/blob/main/libraries/load-themed-styles/CHANGELOG.md) - Find
6664
out what's new in the latest version
6765

6866
`@microsoft/load-themed-styles` is part of the [Rush Stack](https://rushstack.io/) family of projects.

libraries/node-core-library/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ demonstrated. If in doubt, create your own NPM package.
3131
## Links
3232

3333
- [CHANGELOG.md](
34-
https://github.com/microsoft/rushstack/blob/master/libraries/node-core-library/CHANGELOG.md) - Find
34+
https://github.com/microsoft/rushstack/blob/main/libraries/node-core-library/CHANGELOG.md) - Find
3535
out what's new in the latest version
3636
- [API Reference](https://rushstack.io/pages/api/node-core-library/)
3737

libraries/node-core-library/src/AlreadyReportedError.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class AlreadyReportedError extends Error {
4141
super('An error occurred.');
4242

4343
// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc
44-
// [https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work](https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work)
44+
// [https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work](https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work)
4545
//
4646
// Note: the prototype must also be set on any classes which extend this one
4747
(this as any).__proto__ = AlreadyReportedError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any

libraries/node-core-library/src/InternalError.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class InternalError extends Error {
3737
super(InternalError._formatMessage(message));
3838

3939
// Manually set the prototype, as we can no longer extend built-in classes like Error, Array, Map, etc.
40-
// https://github.com/microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
40+
// https://github.com/microsoft/TypeScript-wiki/blob/main/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work
4141
//
4242
// Note: the prototype must also be set on any classes which extend this one
4343
(this as any).__proto__ = InternalError.prototype; // eslint-disable-line @typescript-eslint/no-explicit-any

libraries/package-deps-hash/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (_.isEqual(deps, existingDeps)) {
3232
## Links
3333

3434
- [CHANGELOG.md](
35-
https://github.com/microsoft/rushstack/blob/master/libraries/package-deps-hash/CHANGELOG.md) - Find
35+
https://github.com/microsoft/rushstack/blob/main/libraries/package-deps-hash/CHANGELOG.md) - Find
3636
out what's new in the latest version
3737
- [API Reference](https://rushstack.io/pages/api/package-deps-hash/)
3838

libraries/rig-package/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Note that there are also async variants of the functions that access the filesys
222222
## Links
223223

224224
- [CHANGELOG.md](
225-
https://github.com/microsoft/rushstack/blob/master/libraries/rig-package/CHANGELOG.md) - Find
225+
https://github.com/microsoft/rushstack/blob/main/libraries/rig-package/CHANGELOG.md) - Find
226226
out what's new in the latest version
227227
- [API Reference](https://rushstack.io/pages/api/rig-package/)
228228

libraries/rush-lib/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ API documentation for this package: https://rushjs.io/pages/advanced/api/
1818
## Links
1919

2020
- [CHANGELOG.md](
21-
https://github.com/microsoft/rushstack/blob/master/apps/rush/CHANGELOG.md) - Find
21+
https://github.com/microsoft/rushstack/blob/main/apps/rush/CHANGELOG.md) - Find
2222
out what's new in the latest version
2323
- [API Reference](https://api.rushstack.io/pages/rush-lib/)
2424

libraries/rush-lib/assets/rush-init/[dot]travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script:
55
- set -e
66

77
- echo 'Checking for missing change logs...' && echo -en 'travis_fold:start:change\\r'
8-
- git fetch origin master:refs/remotes/origin/master -a
8+
- git fetch origin main:refs/remotes/origin/main -a
99
- node common/scripts/install-run-rush.js change -v
1010
- echo -en 'travis_fold:end:change\\r'
1111

0 commit comments

Comments
 (0)