Skip to content

Commit d7c7bdb

Browse files
authored
chore(AIP-134): fix broken AIP-151 and AIP-157 links (#1576)
1 parent 126508e commit d7c7bdb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

aip/general/0134.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ wiped out data because the previous version did not know about it.
160160

161161
Some resources take longer to update a resource than is reasonable for a
162162
regular API request. In this situation, the API **should** use a long-running
163-
operation (AIP-151) instead:
163+
operation ([AIP-151][]) instead:
164164

165165
```proto
166166
rpc UpdateBook(UpdateBookRequest) returns (google.longrunning.Operation) {
@@ -291,8 +291,9 @@ does not exist, the service **must** error with `NOT_FOUND` (HTTP 404) unless
291291

292292
[aip-121]: ./0121.md
293293
[aip-128]: ./0128.md
294+
[aip-151]: ./0151.md
295+
[aip-157]: ./0157.md
294296
[aip-203]: ./0203.md
295-
[create]: ./0133.md
296297
[errors]: ./0193.md
297298
[management plane]: ./0111.md#management-plane
298299
[permission-denied]: ./0193.md#permission-denied

0 commit comments

Comments
 (0)