You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/generated-files-bot.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ generatedFiles:
8
8
- path: '.github/generated-files-bot.+(yml|yaml)'
9
9
message: '`.github/generated-files-bot.(yml|yaml)` should be updated in [`synthtool`](https://github.com/googleapis/synthtool)'
10
10
- path: 'README.md'
11
-
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
11
+
message: '`README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
12
12
- path: 'samples/README.md'
13
-
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/master/.readme-partials.yaml'
13
+
message: '`samples/README.md` is managed by [`synthtool`](https://github.com/googleapis/synthtool). However, a partials file can be used to update the README, e.g.: https://github.com/googleapis/nodejs-storage/blob/main/.readme-partials.yaml'
*[Cloud Firestore Node.js Client API Reference][client-docs]
29
29
*[Cloud Firestore Documentation][product-docs]
@@ -103,13 +103,13 @@ quickstart();
103
103
104
104
## Samples
105
105
106
-
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-firestore/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
106
+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-firestore/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
Copy file name to clipboardExpand all lines: samples/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Before running the samples, make sure you've followed the steps outlined in
41
41
42
42
### Limit-to-last-query
43
43
44
-
View the [source code](https://github.com/googleapis/nodejs-firestore/blob/master/samples/limit-to-last-query.js).
44
+
View the [source code](https://github.com/googleapis/nodejs-firestore/blob/main/samples/limit-to-last-query.js).
45
45
46
46
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-firestore&page=editor&open_in_editor=samples/limit-to-last-query.js,samples/README.md)
47
47
@@ -58,7 +58,7 @@ __Usage:__
58
58
59
59
### Quickstart
60
60
61
-
View the [source code](https://github.com/googleapis/nodejs-firestore/blob/master/samples/quickstart.js).
61
+
View the [source code](https://github.com/googleapis/nodejs-firestore/blob/main/samples/quickstart.js).
62
62
63
63
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-firestore&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
64
64
@@ -75,7 +75,7 @@ __Usage:__
75
75
76
76
### Solution-counters
77
77
78
-
View the [source code](https://github.com/googleapis/nodejs-firestore/blob/master/samples/solution-counters.js).
78
+
View the [source code](https://github.com/googleapis/nodejs-firestore/blob/main/samples/solution-counters.js).
79
79
80
80
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-firestore&page=editor&open_in_editor=samples/solution-counters.js,samples/README.md)
0 commit comments