Skip to content

Commit d3b39e5

Browse files
authored
Fix documentation links for iam and error-reporting. (googleapis#9073)
1 parent 0e4aa4a commit d3b39e5

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "clouderroreporting",
2+
"name": "clouderrorreporting",
33
"name_pretty": "Stackdriver Error Reporting",
44
"product_documentation": "https://cloud.google.com/error-reporting",
5-
"client_documentation": "https://googleapis.dev/python/clouderroreporting/latest",
5+
"client_documentation": "https://googleapis.dev/python/clouderrorreporting/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
77
"release_level": "alpha",
88
"language": "python",
99
"repo": "googleapis/google-cloud-python",
1010
"distribution_name": "google-cloud-error-reporting",
11-
"api_id": "clouderroreporting.googleapis.com",
11+
"api_id": "clouderrorreporting.googleapis.com",
1212
"requires_billing": false
1313
}

error_reporting/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ to receive email and mobile alerts on new errors.
1414
- `Product Documentation`_
1515

1616
.. _Error Reporting: https://cloud.google.com/error-reporting/
17-
.. _Client Library Documentation: https://googleapis.dev/python/clouderroreporting/latest
17+
.. _Client Library Documentation: https://googleapis.dev/python/clouderrorreporting/latest
1818
.. _Product Documentation: https://cloud.google.com/error-reporting/reference/
1919
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-error-reporting.svg
2020
:target: https://pypi.org/project/google-cloud-error-reporting/

iam/.repo-metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"name": "iam",
2+
"name": "iamcredentials",
33
"name_pretty": "Cloud Identity and Access Management",
44
"product_documentation": "https://cloud.google.com/iam/docs/",
5-
"client_documentation": "https://googleapis.dev/python/iam/latest",
5+
"client_documentation": "https://googleapis.dev/python/iamcredentials/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/559761",
77
"release_level": "alpha",
88
"language": "python",
99
"repo": "googleapis/google-cloud-python",
10-
"distribution_name": "google-cloud-iam"
10+
"distribution_name": "google-cloud-iam",
11+
"api_id": "iamcredentials.googleapis.com",
1112
}

iam/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Python Client for IAM API (`Alpha`_)
1010

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

1616
Quick Start

0 commit comments

Comments
 (0)