From 286ec0716c1c4dcfa2f2993d9b58aa84bb5cd9c1 Mon Sep 17 00:00:00 2001 From: Eddie Soller Date: Mon, 10 Nov 2025 14:25:18 -0800 Subject: [PATCH 1/2] chore(AIP-134): fix broken AIP-151 and AIP-157 links --- aip/general/0134.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aip/general/0134.md b/aip/general/0134.md index a42910c090..0687e0c659 100644 --- a/aip/general/0134.md +++ b/aip/general/0134.md @@ -160,7 +160,7 @@ wiped out data because the previous version did not know about it. Some resources take longer to update a resource than is reasonable for a regular API request. In this situation, the API **should** use a long-running -operation (AIP-151) instead: +operation [AIP-151][] instead: ```proto rpc UpdateBook(UpdateBookRequest) returns (google.longrunning.Operation) { @@ -291,8 +291,9 @@ does not exist, the service **must** error with `NOT_FOUND` (HTTP 404) unless [aip-121]: ./0121.md [aip-128]: ./0128.md +[aip-151]: ./0151.md +[aip-157]: ./0157.md [aip-203]: ./0203.md -[create]: ./0133.md [errors]: ./0193.md [management plane]: ./0111.md#management-plane [permission-denied]: ./0193.md#permission-denied From b31f8a28207729788fc82d28997832c5c32306af Mon Sep 17 00:00:00 2001 From: Eddie Soller Date: Mon, 10 Nov 2025 15:25:21 -0800 Subject: [PATCH 2/2] restore unintentional removed parenthetical Co-authored-by: Noah Dietz --- aip/general/0134.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip/general/0134.md b/aip/general/0134.md index 0687e0c659..7fa943de78 100644 --- a/aip/general/0134.md +++ b/aip/general/0134.md @@ -160,7 +160,7 @@ wiped out data because the previous version did not know about it. Some resources take longer to update a resource than is reasonable for a regular API request. In this situation, the API **should** use a long-running -operation [AIP-151][] instead: +operation ([AIP-151][]) instead: ```proto rpc UpdateBook(UpdateBookRequest) returns (google.longrunning.Operation) {