Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aip/general/0161.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ common on Update requests (AIP-134).
Field masks **must** always be relative to the resource:

**Warning:** Read masks as a single field on the request message, for
example: `google.protobuf.FieldMask read_mask` are **DEPRECATED**.
example: `google.protobuf.FieldMask read_mask` are **DEPRECATED**. Instead, see AIP-157.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
example: `google.protobuf.FieldMask read_mask` are **DEPRECATED**. Instead, see AIP-157.
example: `google.protobuf.FieldMask read_mask` are **DEPRECATED**. Instead, see
[AIP-157][].

Line wrap on 80 columns and make AIP-157 a reference (site-generator should auto link to the AIP without an explicit markdown ref definition)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Applied -- thanks! It looked from the footer like it even auto links raw mentions, but this is clearer.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You know what, I just looked back at the site-generator code, and you are right, it hotlinks when not referenced. My apologies! We can switch back to simple AIP-157


```proto
message UpdateBookRequest {
Expand Down