Skip to content

Commit 9ca883b

Browse files
authored
chore(serviceconfig): fix broken/odd links in sdk.yaml (#4191)
These were spotted by Gemini in #4186, but this fixes them separately (so that the big change is fully generated). The changes will be backported to google-cloud-python.
1 parent 5191c25 commit 9ca883b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

internal/serviceconfig/sdk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
- documentation_uri: https://developers.google.com/analytics/
5555
languages:
5656
- python
57-
new_issue_uri: https://issuetracker.google.com/issues?q=componentid:187400%2B%20
57+
new_issue_uri: https://issuetracker.google.com/issues?q=componentid:187400
5858
path: google/analytics/data/v1alpha
5959
- documentation_uri: https://developers.google.com/analytics/
6060
languages:
6161
- python
62-
new_issue_uri: https://issuetracker.google.com/issues?q=componentid:187400%2B%20
62+
new_issue_uri: https://issuetracker.google.com/issues?q=componentid:187400
6363
path: google/analytics/data/v1beta
6464
- documentation_uri: https://github.com/googleapis/googleapis/tree/master/google
6565
new_issue_uri: https://github.com/googleapis/google-cloud-python/issues
@@ -921,9 +921,9 @@
921921
php: grpc+rest
922922
python: grpc
923923
ruby: grpc
924-
- documentation_uri: cloud.google.com/memorystore/docs/memcached/
924+
- documentation_uri: https://cloud.google.com/memorystore/docs/memcached/
925925
path: google/cloud/memcache/v1
926-
- documentation_uri: cloud.google.com/memorystore/docs/memcached/
926+
- documentation_uri: https://cloud.google.com/memorystore/docs/memcached/
927927
languages:
928928
- go
929929
- python

0 commit comments

Comments
 (0)