opwvhk commented on code in PR #2448:
URL: https://github.com/apache/avro/pull/2448#discussion_r1314983283
##########
doc/content/en/docs/++version++/Specification/_index.md:
##########
@@ -259,13 +259,29 @@ Complex types (`record`, `enum`, `array`, `map`, `fixed`)
have no namespace, but
A schema or protocol may not contain multiple definitions of a fullname.
Further, a name must be defined before it is used ("before" in the depth-first,
left-to-right traversal of the JSON parse tree, where the types attribute of a
protocol is always deemed to come "before" the messages attribute.)
-### Aliases
+### Aliases {#aliases}
Review Comment:
Good point. I copied this from other places where I saw a link being used.
But I guess it's not needed in all cases.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]