jasonhorner commented on code in PR #38: URL: https://github.com/apache/parquet-site/pull/38#discussion_r1470502252
########## content/en/docs/File Format/Types/logicaltypes.md: ########## @@ -10,4 +10,4 @@ of primitive types to a minimum and reuses parquet's efficient encodings. For example, strings are stored as byte arrays (binary) with a UTF8 annotation. These annotations define how to further decode and interpret the data. Annotations are stored as `LogicalType` fields in the file metadata and are -documented in LogicalTypes.md. +documented in [LogicalTypes.md](https://github.com/apache/parquet-format/blob/master/LogicalTypes.md) Review Comment: is there a way we can do this in a way that will always link to the right version of the docs? Happy to do the update -- 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: dev-unsubscr...@parquet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org