Skip to content

Commit 001bf68

Browse files
authored
fix(build): set default branch to main (#565)
1 parent f1dd210 commit 001bf68

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cloud-tasks/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Before running the samples, make sure you've followed the steps outlined in
4040

4141
Create Cloud Tasks with a HTTP Target
4242

43-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTask.js).
43+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createHttpTask.js).
4444

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

@@ -59,7 +59,7 @@ __Usage:__
5959

6060
Create Cloud Tasks with a HTTP Target with Token
6161

62-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createHttpTaskWithToken.js).
62+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createHttpTaskWithToken.js).
6363

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

@@ -76,7 +76,7 @@ __Usage:__
7676

7777
### Create Queue
7878

79-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createQueue.js).
79+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createQueue.js).
8080

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

@@ -95,7 +95,7 @@ __Usage:__
9595

9696
Create Cloud Tasks with a Google App Engine Target
9797

98-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/createTask.js).
98+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/createTask.js).
9999

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

@@ -112,7 +112,7 @@ __Usage:__
112112

113113
### Delete Queue
114114

115-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/deleteQueue.js).
115+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/deleteQueue.js).
116116

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

@@ -129,7 +129,7 @@ __Usage:__
129129

130130
### List Queues
131131

132-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/listQueues.js).
132+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/listQueues.js).
133133

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

@@ -146,7 +146,7 @@ __Usage:__
146146

147147
### Quickstart
148148

149-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/quickstart.js).
149+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/quickstart.js).
150150

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

@@ -163,7 +163,7 @@ __Usage:__
163163

164164
### Server
165165

166-
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/master/samples/server.js).
166+
View the [source code](https://github.com/googleapis/nodejs-tasks/blob/main/samples/server.js).
167167

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

0 commit comments

Comments
 (0)