Skip to content

Commit

Permalink
fix(build): set default branch to main (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Sep 10, 2021
1 parent f1dd210 commit 001bf68
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cloud-tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Before running the samples, make sure you've followed the steps outlined in

Create Cloud Tasks with a HTTP Target

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

[![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)

Expand All @@ -59,7 +59,7 @@ __Usage:__

Create Cloud Tasks with a HTTP Target with Token

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

[![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)

Expand All @@ -76,7 +76,7 @@ __Usage:__

### Create Queue

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

[![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)

Expand All @@ -95,7 +95,7 @@ __Usage:__

Create Cloud Tasks with a Google App Engine Target

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

[![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)

Expand All @@ -112,7 +112,7 @@ __Usage:__

### Delete Queue

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

[![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)

Expand All @@ -129,7 +129,7 @@ __Usage:__

### List Queues

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

[![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)

Expand All @@ -146,7 +146,7 @@ __Usage:__

### Quickstart

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

Expand All @@ -163,7 +163,7 @@ __Usage:__

### Server

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

[![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)

Expand Down

0 comments on commit 001bf68

Please sign in to comment.