Skip to content

Commit f55c4ae

Browse files
authored
fix: links from "general" should be relative in effective output directory (#1399)
1 parent d4d201c commit f55c4ae

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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](../client-libraries/4233.md), typically representing paginated
163+
pagination](./client-libraries/4233.md), 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
@@ -261,7 +261,7 @@ version.
261261
[aip-158]: ./0158.md
262262
[aip-181]: ./0181.md
263263
[aip-203]: ./0203.md
264-
[aip-4231]: ../client-libraries/4231.md
265-
[aip-4232]: ../client-libraries/4232.md
264+
[aip-4231]: ./client-libraries/4231.md
265+
[aip-4232]: ./client-libraries/4232.md
266266
[ec2]: https://aws.amazon.com/blogs/aws/theyre-here-longer-ec2-resource-ids-now-available/
267267
<!-- 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]: ../client-libraries/4221.md
524+
[aip-4221]: ./client-libraries/4221.md
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)