Skip to content

Commit 03f6abc

Browse files
committed
Fixing the README link to the CreateSubscriptionAndPullMessages sample
1 parent b367da8 commit 03f6abc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-pubsub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ try {
203203
In
204204
[CreateTopicAndPublishMessages.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/CreateTopicAndPublishMessages.java)
205205
and
206-
[CreateSubscriptionAndPullMessages.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/CreateSubscriptionAndPullMessages.java)
206+
[CreateSubscriptionAndConsumeMessages.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/pubsub/snippets/CreateSubscriptionAndConsumeMessages.java)
207207
we put together all the code shown above into two programs. The programs assume that you are
208208
running on Compute Engine, App Engine Flexible or from your own desktop.
209209

0 commit comments

Comments
 (0)