diff --git a/aip/general/0180.md b/aip/general/0180.md index 31af4a6ce..62fe33bf8 100644 --- a/aip/general/0180.md +++ b/aip/general/0180.md @@ -122,8 +122,8 @@ breaking way. APIs **should** avoid increasing the upper bound for the size or limit (if accepted as input) of `string` fields. APIs **should** treat expected size upper -bound increases as incompatible changes (see [Changing resource names] -(#changing-resource-names) as an example). APIs **may** pad out values with +bound increases as incompatible changes (see [Changing resource +names](#changing-resource-names) as an example). APIs **may** pad out values with filler characters if reserving a consistent size is necessary, but this **must** be documented if done.