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: cloud-tasks/README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Before running the samples, make sure you've followed the steps outlined in
40
40
41
41
Create Cloud Tasks with a HTTP Target
42
42
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).
44
44
45
45
[![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)
46
46
@@ -59,7 +59,7 @@ __Usage:__
59
59
60
60
Create Cloud Tasks with a HTTP Target with Token
61
61
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).
63
63
64
64
[![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)
65
65
@@ -76,7 +76,7 @@ __Usage:__
76
76
77
77
### Create Queue
78
78
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).
80
80
81
81
[![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)
82
82
@@ -95,7 +95,7 @@ __Usage:__
95
95
96
96
Create Cloud Tasks with a Google App Engine Target
97
97
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).
99
99
100
100
[![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)
101
101
@@ -112,7 +112,7 @@ __Usage:__
112
112
113
113
### Delete Queue
114
114
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).
116
116
117
117
[![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)
118
118
@@ -129,7 +129,7 @@ __Usage:__
129
129
130
130
### List Queues
131
131
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).
133
133
134
134
[![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)
135
135
@@ -146,7 +146,7 @@ __Usage:__
146
146
147
147
### Quickstart
148
148
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).
150
150
151
151
[![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)
152
152
@@ -163,7 +163,7 @@ __Usage:__
163
163
164
164
### Server
165
165
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).
167
167
168
168
[![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)
0 commit comments