Skip to content

Commit 0fb5de5

Browse files
authored
fixes speech sample README links (GoogleCloudPlatform#170)
1 parent 1358620 commit 0fb5de5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

speech/api/src/functions/transcribe_async.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/speech/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/speech/api/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\Speech;

speech/api/src/functions/transcribe_sync.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/speech/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/speech/api/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\Speech;

0 commit comments

Comments
 (0)