Skip to content

Commit 9001783

Browse files
authored
fix(build): migrate to using main branch (#35)
1 parent a78e466 commit 9001783

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/google-cloud-clouddms/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/dms.svg)](https://www.npmjs.org/package/@google-cloud/dms)
9-
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dms/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dms)
9+
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-dms/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-dms)
1010

1111

1212

@@ -15,7 +15,7 @@ Cloud Database Migration 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-dms/blob/master/CHANGELOG.md).
18+
[the CHANGELOG](https://github.com/googleapis/nodejs-dms/blob/main/CHANGELOG.md).
1919

2020
* [Cloud Database Migration Service Node.js Client API Reference][client-docs]
2121
* [Cloud Database Migration Service Documentation][product-docs]
@@ -80,11 +80,11 @@ listMigrationJobs();
8080

8181
## Samples
8282

83-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-dms/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-dms/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-dms/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-dms&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
87+
| Quickstart | [source code](https://github.com/googleapis/nodejs-dms/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-dms&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) |
8888

8989

9090

@@ -133,19 +133,19 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
133133

134134
## Contributing
135135

136-
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-dms/blob/master/CONTRIBUTING.md).
136+
Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-dms/blob/main/CONTRIBUTING.md).
137137

138138
Please note that this `README.md`, the `samples/README.md`,
139139
and a variety of configuration files in this repository (including `.nycrc` and `tsconfig.json`)
140140
are generated from a central template. To edit one of these files, make an edit
141-
to its template in this
142-
[directory](https://github.com/googleapis/synthtool/tree/master/synthtool/gcp/templates/node_library).
141+
to its templates in
142+
[directory](https://github.com/googleapis/synthtool).
143143

144144
## License
145145

146146
Apache Version 2.0
147147

148-
See [LICENSE](https://github.com/googleapis/nodejs-dms/blob/master/LICENSE)
148+
See [LICENSE](https://github.com/googleapis/nodejs-dms/blob/main/LICENSE)
149149

150150
[client-docs]: https://cloud.google.com/nodejs/docs/reference/dms/latest
151151
[product-docs]: https://cloud.google.com/database-migration/

packages/google-cloud-clouddms/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-dms/blob/master/samples/quickstart.js).
34+
View the [source code](https://github.com/googleapis/nodejs-dms/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-dms&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
3737

0 commit comments

Comments
 (0)