Skip to content

Commit 2dd070b

Browse files
fix(storagecontrol): fix readme (GoogleCloudPlatform#2015)
1 parent 1e27c8c commit 2dd070b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

storagecontrol/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Description
44

55
All code in the snippets directory demonstrate how to invoke
6-
[Cloud Storage Control][cloud-storagecontrol] from PHP.
6+
[Cloud Storage Control][google-cloud-php-storage-control] from PHP.
77

88
[cloud-storage-control]: https://cloud.google.com/storage/docs/access-control
99

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

2424
namespace Google\Cloud\Samples\StorageControl;

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

2424
namespace Google\Cloud\Samples\StorageControl;

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

2424
namespace Google\Cloud\Samples\StorageControl;

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

2424
namespace Google\Cloud\Samples\StorageControl;

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

2424
namespace Google\Cloud\Samples\StorageControl;

0 commit comments

Comments
 (0)