Skip to content

Commit 2676e47

Browse files
author
Benjamin E. Coe
authored
fix(branch): primary branch is now main (#307)
1 parent 5d34b56 commit 2676e47

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/google-cloud-phishingprotection/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Phishing Protection API client for Node.js
1515

1616

1717
A comprehensive list of changes in each version may be found in
18-
[the CHANGELOG](https://github.com/googleapis/nodejs-phishing-protection/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-phishing-protection/blob/main/CHANGELOG.md).
1919

2020
* [Phishing Protection Node.js Client API Reference][client-docs]
2121
* [Phishing Protection Documentation][product-docs]
@@ -80,11 +80,11 @@ console.info(`reported ${uri} to Phishing Protection API`);
8080

8181
## Samples
8282

83-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-phishing-protection/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
83+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-phishing-protection/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
8484

8585
| Sample | Source Code | Try it |
8686
| --------------------------- | --------------------------------- | ------ |
87-
| Quickstart | [source code](https://github.com/googleapis/nodejs-phishing-protection/blob/master/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-phishing-protection&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
87+
| Quickstart | [source code](https://github.com/googleapis/nodejs-phishing-protection/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-phishing-protection&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
8888

8989

9090

@@ -132,7 +132,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
132132

133133
## Contributing
134134

135-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-phishing-protection/blob/master/CONTRIBUTING.md).
135+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-phishing-protection/blob/main/CONTRIBUTING.md).
136136

137137
Please note that this `README.md`, the `samples/README.md`,
138138
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
@@ -144,7 +144,7 @@ to its template in this
144144

145145
Apache Version 2.0
146146

147-
See [LICENSE](https://github.com/googleapis/nodejs-phishing-protection/blob/master/LICENSE)
147+
See [LICENSE](https://github.com/googleapis/nodejs-phishing-protection/blob/main/LICENSE)
148148

149149
[client-docs]: https://googleapis.dev/nodejs/phishing-protection/latest
150150
[product-docs]: https://cloud.google.com/phishing-protection/docs/

packages/google-cloud-phishingprotection/samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Before running the samples, make sure you've followed the steps outlined in
3131

3232
### Quickstart
3333

34-
View the [source code](https://github.com/googleapis/nodejs-phishing-protection/blob/master/samples/quickstart.js).
34+
View the [source code](https://github.com/googleapis/nodejs-phishing-protection/blob/main/samples/quickstart.js).
3535

3636
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-phishing-protection&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
3737

0 commit comments

Comments
 (0)