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 0e4aa4a commit d3b39e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions error_reporting/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "clouderroreporting",
"name": "clouderrorreporting",
"name_pretty": "Stackdriver Error Reporting",
"product_documentation": "https://cloud.google.com/error-reporting",
"client_documentation": "https://googleapis.dev/python/clouderroreporting/latest",
"client_documentation": "https://googleapis.dev/python/clouderrorreporting/latest",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
"release_level": "alpha",
"language": "python",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-error-reporting",
"api_id": "clouderroreporting.googleapis.com",
"api_id": "clouderrorreporting.googleapis.com",
"requires_billing": false
}
2 changes: 1 addition & 1 deletion error_reporting/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ to receive email and mobile alerts on new errors.
- `Product Documentation`_

.. _Error Reporting: https://cloud.google.com/error-reporting/
.. _Client Library Documentation: https://googleapis.dev/python/clouderroreporting/latest
.. _Client Library Documentation: https://googleapis.dev/python/clouderrorreporting/latest
.. _Product Documentation: https://cloud.google.com/error-reporting/reference/
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-error-reporting.svg
:target: https://pypi.org/project/google-cloud-error-reporting/
Expand Down
7 changes: 4 additions & 3 deletions 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 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 d3b39e5

Please sign in to comment.