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
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-scheduler/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.
98
+
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-scheduler/tree/main/samples) directory. Each sample's `README.md` has instructions for running its sample.
Copy file name to clipboardExpand all lines: packages/google-cloud-scheduler/samples/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Before running the samples, make sure you've followed the steps outlined in
35
35
36
36
### App
37
37
38
-
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/master/samples/app.js).
38
+
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/main/samples/app.js).
39
39
40
40
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-scheduler&page=editor&open_in_editor=samples/app.js,samples/README.md)
41
41
@@ -54,7 +54,7 @@ __Usage:__
54
54
55
55
Create a job that posts to /log_payload on an App Engine service.
56
56
57
-
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/master/samples/createJob.js).
57
+
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/main/samples/createJob.js).
58
58
59
59
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-scheduler&page=editor&open_in_editor=samples/createJob.js,samples/README.md)
60
60
@@ -73,7 +73,7 @@ __Usage:__
73
73
74
74
Delete a job by its ID.
75
75
76
-
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/master/samples/deleteJob.js).
76
+
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/main/samples/deleteJob.js).
77
77
78
78
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-scheduler&page=editor&open_in_editor=samples/deleteJob.js,samples/README.md)
79
79
@@ -92,7 +92,7 @@ __Usage:__
92
92
93
93
POST "Hello World" to a URL every minute.
94
94
95
-
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/master/samples/quickstart.js).
95
+
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/main/samples/quickstart.js).
96
96
97
97
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-scheduler&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)
98
98
@@ -111,7 +111,7 @@ __Usage:__
111
111
112
112
Update a job by its ID.
113
113
114
-
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/master/samples/updateJob.js).
114
+
View the [source code](https://github.com/googleapis/nodejs-scheduler/blob/main/samples/updateJob.js).
115
115
116
116
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-scheduler&page=editor&open_in_editor=samples/updateJob.js,samples/README.md)
0 commit comments