diff --git a/aip/general/0133.md b/aip/general/0133.md index b26a9a619c..e4227043c7 100644 --- a/aip/general/0133.md +++ b/aip/general/0133.md @@ -60,8 +60,8 @@ rpc CreateBook(CreateBookRequest) returns (Book) { - There **should** be exactly one `google.api.method_signature` annotation, with a value of `"parent,{resource},{resource}_id"`, or "`"parent,{resource}"` if the resource ID is not required. -- If the API is operating on the [management plane][], the operation should have - [strong consistency][]: the completion of a create operation **must** mean +- If the API is operating on the [management plane](https://google.aip.dev/111#management-plane), the operation should have + [strong consistency](https://google.aip.dev/121#strong-consistency): the completion of a create operation **must** mean that all user-settable values and the existence of the resource have reached a steady-state and reading resource state returns a consistent response.