Skip to content

Commit 7b46c56

Browse files
authored
chore: link "name", Resource Name, to its AIP (#851)
Updates the md for AIP-180 so that "name" under the "Changing resource names" section is linked to the "Resource names" AIP, AIP-122, so that it makes it clearer, at least by inference, that "name" refers to the Resource Name, e.g. `locations/:location/project/:projectId/books/:bookId`, and not the name of the proto that represents the Resource, e.g. `message Book`. This was not clear to this reader, when reading the paragraph, at first.
1 parent 910735d commit 7b46c56

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aip/general/0180.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ breaking way.
9999

100100
### Changing resource names
101101

102-
A resource **must not** change its name.
102+
A resource **must not** change its [name][aip-122].
103103

104104
Unlike most breaking changes, this affects major versions as well: in order for
105105
a client to expect to use v2.0 access a resource that was created in v1.0 or
@@ -141,6 +141,7 @@ this guidance could ostensibly prevent _any_ change (which is not the intent).
141141
breaking.
142142

143143
<!-- prettier-ignore-start -->
144+
[aip-122]: ./0122.md
144145
[aip-158]: ./0158.md
145146
[aip-181]: ./0181.md
146147
[ec2]: https://aws.amazon.com/blogs/aws/theyre-here-longer-ec2-resource-ids-now-available/

0 commit comments

Comments
 (0)