diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index cab9bde..c1b4648 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -(Please search [existing issues](https://github.com/gsuitedevs/php-samples/issues) before creating a new one.) +(Please search [existing issues](https://github.com/googleworkspace/php-samples/issues) before creating a new one.) **Sample:** diff --git a/README.md b/README.md index f24ff27..3b47ec0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Google Workspace PHP Samples [![Build Status](https://travis-ci.org/gsuitedevs/php-samples.svg?branch=master)](https://travis-ci.org/gsuitedevs/php-samples) +# Google Workspace PHP Samples [![Build Status](https://travis-ci.org/googleworkspace/php-samples.svg?branch=master)](https://travis-ci.org/googleworkspace/php-samples) A collection of samples that demonstrate how to call Google Workspace APIs from PHP. diff --git a/docs/samples/extract_text.php b/docs/samples/extract_text.php index a03ad8e..9dc5de4 100644 --- a/docs/samples/extract_text.php +++ b/docs/samples/extract_text.php @@ -18,7 +18,7 @@ /** * For instructions on how to run the full sample: * - * @see https://github.com/gsuitedevs/docs-api-samples/tree/master/php/README.md + * @see https://github.com/googleworkspace/docs-api-samples/tree/master/php/README.md */ // Include Google Cloud dependendencies using Composer diff --git a/docs/samples/output_as_json.php b/docs/samples/output_as_json.php index e9776b3..b2d65eb 100644 --- a/docs/samples/output_as_json.php +++ b/docs/samples/output_as_json.php @@ -18,7 +18,7 @@ /** * For instructions on how to run the full sample: * - * @see https://github.com/gsuitedevs/docs-api-samples/tree/master/php/README.md + * @see https://github.com/googleworkspace/docs-api-samples/tree/master/php/README.md */ // Include Google Cloud dependendencies using Composer