Skip to content

Commit 5f4eff4

Browse files
authored
chore(AIP-151): fix link to aip-163 (#1362)
1 parent 3a3f8e1 commit 5f4eff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/general/0151.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rpc CreateBook(CreateBookRequest) returns (google.longrunning.Operation) {
5959
- APIs with messages that return `Operation` **must** implement the
6060
[`Operations`][lro] service. Individual APIs **must not** define their own
6161
interfaces for long-running operations to avoid non-uniformity.
62-
- If an RPC supports a [validate-only mode](aip-163), the response to a
62+
- If an RPC supports a [validate-only mode][aip-163], the response to a
6363
validation request **must** be one of the following:
6464
- A successful response with an `Operation` which is already complete, with
6565
the `done` field set to `true`, and a valid (but potentially empty) response

0 commit comments

Comments
 (0)