Skip to content

Commit 10762e9

Browse files
authored
Fix broken links (#916)
1 parent b7c1fff commit 10762e9

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
@@ -165,7 +165,7 @@ rpc UpdateBook(UpdateBookRequest) returns (google.longrunning.Operation) {
165165
be if the RPC was not long-running).
166166
- Both the `response_type` and `metadata_type` fields **must** be specified.
167167

168-
**Note:** Declarative-friendly resources (AIP-128) **should** use long-running
168+
**Note:** Declarative-friendly resources ([AIP-128][]) **should** use long-running
169169
update.
170170

171171
### Create or update
@@ -207,7 +207,7 @@ The user **must** have the update permissions to call `Update` even with
207207
`allow_missing` set to `true`. For customers that want to prevent users from
208208
creating resources using the update method, IAM conditions **should** be used.
209209

210-
**Note:** Declarative-friendly resources (AIP-128) **must** expose the
210+
**Note:** Declarative-friendly resources ([AIP-128][]) **must** expose the
211211
`bool allow_missing` field.
212212

213213
### Etags
@@ -268,6 +268,7 @@ so.
268268
[aip-203]: ./0203.md
269269
[create]: ./0133.md
270270
[state fields]: ./0216.md
271+
[aip-128]: ./0128.md
271272
[required]: ./0203.md#required
272273
[optional]: ./0203.md#optional
273274

0 commit comments

Comments
 (0)