Skip to content

Commit 6bb8d96

Browse files
kenfestabshaffer
authored andcommitted
In comments, fixing path to usage instructions (GoogleCloudPlatform#727)
1 parent 699de15 commit 6bb8d96

16 files changed

+16
-16
lines changed

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

pubsub/api/src/pubsub_client.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/bigquery/api/README.md
21+
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/blob/master/pubsub/api/README.md
2222
*/
2323

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

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

2424
namespace Google\Cloud\Samples\PubSub;

0 commit comments

Comments
 (0)