Skip to content

Commit e5ddf59

Browse files
authored
chore: switch master branch to main (GoogleCloudPlatform#1667)
1 parent 1f494d3 commit e5ddf59

File tree

599 files changed

+605
-599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

599 files changed

+605
-599
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

appengine/flexible/tasks/src/create_task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/flexible/tasks/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/appengine/flexible/tasks/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\Tasks;

appengine/standard/auth/src/auth_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* For instructions on how to run the full sample:
1919
*
20-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/auth/README.md
20+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/auth/README.md
2121
*/
2222

2323
# [START gae_auth_api_implicit]

appengine/standard/auth/src/auth_cloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* For instructions on how to run the full sample:
1919
*
20-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/auth/README.md
20+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/auth/README.md
2121
*/
2222

2323
# [START gae_auth_cloud_implicit]

appengine/standard/errorreporting/README.md

Lines changed: 1 addition & 1 deletion

appengine/standard/laravel-framework/app/Exceptions/Handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Handler extends ExceptionHandler
3131
* Report or log an exception to Google Cloud Stackdriver Error Reporting
3232
*
3333
* For a full tutorial on deploying Laravel to Google Cloud,
34-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/appengine/standard/laravel-framework/README.md
34+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/main/appengine/standard/laravel-framework/README.md
3535
*
3636
* @param \Exception $exception
3737
* @return void

appengine/standard/tasks/snippets/src/create_task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* For instructions on how to run the full sample:
2020
*
21-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/tasks/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/appengine/standard/tasks/README.md
2222
*/
2323

2424
// Include Google Cloud dependendencies using Composer

appengine/standard/wordpress/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"ext-phar": "*",
44
"ext-zip": "*",
55
"paragonie/random_compat": "^9.0.0",
6-
"google/cloud-tools": "dev-master"
6+
"google/cloud-tools": "dev-main"
77
}
88
}

auth/src/auth_api_explicit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* For instructions on how to run the full sample:
1919
*
20-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/auth/README.md
20+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/auth/README.md
2121
*/
2222

2323
# [START auth_api_explicit]

auth/src/auth_api_explicit_compute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* For instructions on how to run the full sample:
1919
*
20-
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/auth/README.md
20+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/auth/README.md
2121
*/
2222

2323
# [START auth_api_explicit_compute]

0 commit comments

Comments
 (0)