Skip to content

Commit 7fe7e60

Browse files
author
ace-n
committed
Update paths
1 parent d095f49 commit 7fe7e60

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

appengine/standard/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ will work for any Google Cloud API.
1616
1. **Clone the repo** and cd into this directory
1717
```
1818
$ git clone https://github.com/GoogleCloudPlatform/php-docs-samples
19-
$ cd php-docs-samples/appengine/php/auth
19+
$ cd php-docs-samples/appengine/standard/auth
2020
```
2121
1. **Install dependencies** via [Composer](http://getcomposer.org/doc/00-intro.md).
2222
Run `php composer.phar install --no-dev` (if composer is installed locally)

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/php/laravel-framework/README.md
34+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/appengine/standard/laravel-framework/README.md
3535
*
3636
* @param \Exception $exception
3737
* @return void

appengine/standard/memorystore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Memorystore instance, but you will need to create a firewall rule for this,
3535
which may be a safety concern.
3636

3737
```sh
38-
cd php-docs-samples/appengine/php/memorystore
38+
cd php-docs-samples/appengine/standard/memorystore
3939

4040
# set local connection parameters
4141
export REDIS_HOST=127.0.0.1

appengine/standard/storage/src/read_metadata.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/standard/storage/src/register_stream_wrapper.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/standard/storage/src/upload_file.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/standard/storage/src/write_default.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/standard/storage/src/write_default_stream.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/standard/storage/src/write_file.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

appengine/standard/storage/src/write_metadata.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/php/storage/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/storage/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\AppEngine\Storage;

0 commit comments

Comments
 (0)