Skip to content

Commit 5eb475f

Browse files
authored
docs(AIP-148): linkify UUID4 format in rule (#1456)
1 parent 9353565 commit 5eb475f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/rules/0148/uid-format.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ field, as mandated in [AIP-148][].
1616
## Details
1717

1818
This rule looks on for fields named `uid` and complains if it does not have the
19-
`(google.api.field_info).format = UUID4` annotation or has a format other than
20-
`UUID4`.
19+
`(google.api.field_info).format = UUID4` annotation (see [AIP-202][]) or has a
20+
format other than `UUID4`.
2121

2222
## Examples
2323

@@ -76,4 +76,5 @@ If you need to violate this rule for an entire file, place the comment at the
7676
top of the file.
7777

7878
[aip-148]: https://aip.dev/148
79+
[aip-202]: https://aip.dev/202#format
7980
[aip.dev/not-precedent]: https://aip.dev/not-precedent

0 commit comments

Comments
 (0)