Skip to content

Commit

Permalink
Merge pull request #1292 from dhermes/fix-bad-link-resource-manager
Browse files Browse the repository at this point in the history
Fixing pub/sub link in resource manager.
  • Loading branch information
dhermes committed Dec 16, 2015
2 parents 94c007d + cc77f6a commit 36b08c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/resource_manager/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def exists(self, client=None):
"""API call: test the existence of a project via a ``GET`` request.
See
https://cloud.google.com/pubsub/reference/rest/v1beta2/projects/projects/get
https://cloud.google.com/resource-manager/reference/rest/v1beta1/projects/get
:type client: :class:`gcloud.resource_manager.client.Client` or
:data:`NoneType <types.NoneType>`
Expand Down

0 comments on commit 36b08c1

Please sign in to comment.