Skip to content

Commit 9bd0104

Browse files
committed
fix: Make all client library links absolute
We can't work out how to use relative links correctly, so let's just go with absolute ones.
1 parent 61ef92f commit 9bd0104

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

aip/general/0123.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ message Topic {
7878
- Pattern variables **must** be unique within any given pattern. (e.g.
7979
`projects/{abc}/topics/{abc}` is invalid; this is usually a natural
8080
corollary of collection identifiers being unique within a pattern.)
81-
- Resources with [multiple patterns][aip-4231] **must**
81+
- Resources with [multiple patterns][multi-pattern-resources] **must**
8282
preserve ordering: new patterns **must** be added at the end of the list, and
8383
existing patterns **must not** be removed or re-ordered, as this breaks client
8484
library backward compatibility.
@@ -114,7 +114,7 @@ such as UpperCamelCase and snake_case.
114114

115115
<!-- prettier-ignore-start -->
116116
[aip-122]: ./0122.md
117-
[aip-4231]: ./4231.md#multi-pattern-resources
117+
[multi-pattern-resources]: https://google.aip.dev/client-libraries/4231#multi-pattern-resources
118118
[API Group]: https://kubernetes.io/docs/concepts/overview/kubernetes-api/#api-groups
119119
[nested collections]: ./0122.md#collection-identifiers
120120
[Object]: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#types-kinds

aip/general/0158.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Even if the API set a higher default limit, such as 100, the user's collection
160160
could grow, and _then_ the code would break.
161161

162162
Additionally, [client libraries implement automatic
163-
pagination](./4233.md), typically representing paginated
163+
pagination](https://google.aip.dev/client-libraries/4233), typically representing paginated
164164
RPCs using different method signatures to unpaginated ones. This means that
165165
adding pagination to a previously-unpaginated method causes a breaking change
166166
in those libraries.

aip/general/0180.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ version.
264264
[aip-158]: ./0158.md
265265
[aip-181]: ./0181.md
266266
[aip-203]: ./0203.md
267-
[aip-4231]: ./4231.md
268-
[aip-4232]: ./4232.md
267+
[aip-4231]: https://google.aip.dev/client-libraries/4231
268+
[aip-4232]: https://google.aip.dev/client-libraries/4232
269269
[ec2]: https://aws.amazon.com/blogs/aws/theyre-here-longer-ec2-resource-ids-now-available/
270270
<!-- prettier-ignore-end -->

aip/general/0193.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ data instead.
521521
522522
<!-- prettier-ignore-start -->
523523
524-
[aip-4221]: ./4221.md
524+
[aip-4221]: https://google.aip.dev/client-libraries/4221
525525
[details]: https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto
526526
[ErrorInfo]: https://github.com/googleapis/googleapis/blob/6f3fcc058ff29989f6d3a71557a44b5e81b897bd/google/rpc/error_details.proto#L27-L76
527527
[ErrorInfo-reason]: https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto#L57

0 commit comments

Comments
 (0)