Skip to content

Commit

Permalink
Fix documentation links for iam and error-reporting. (#9073)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 authored Aug 23, 2019
1 parent 301590b commit e86caa0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions packages/google-cloud-iam/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "iam",
"name": "iamcredentials",
"name_pretty": "Cloud Identity and Access Management",
"product_documentation": "https://cloud.google.com/iam/docs/",
"client_documentation": "https://googleapis.dev/python/iam/latest",
"client_documentation": "https://googleapis.dev/python/iamcredentials/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
"release_level": "alpha",
"language": "python",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-iam"
"distribution_name": "google-cloud-iam",
"api_id": "iamcredentials.googleapis.com",
}
2 changes: 1 addition & 1 deletion packages/google-cloud-iam/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Python Client for IAM API (`Alpha`_)

.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _IAM API: https://cloud.google.com/iam
.. _Client Library Documentation: https://googleapis.dev/python/iam/latest
.. _Client Library Documentation: https://googleapis.dev/python/iamcredentials/latest
.. _Product Documentation: https://cloud.google.com/iam

Quick Start
Expand Down

0 comments on commit e86caa0

Please sign in to comment.