Skip to content

Commit e9e6d6e

Browse files
committed
minor: fix json StructMode docs links
1 parent 9c92a50 commit e9e6d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arrow-json/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ use serde_json::{Number, Value};
9292
/// lists, the entries must be the same number and in the same order as the
9393
/// struct fields. Map columns are not affected by this option.
9494
///
95-
/// [Presto]: (https://prestodb.io/docs/current/develop/client-protocol.html#important-queryresults-attributes)
96-
/// [Trino]: (https://trino.io/docs/current/develop/client-protocol.html#important-queryresults-attributes)
95+
/// [Presto]: https://prestodb.io/docs/current/develop/client-protocol.html#important-queryresults-attributes
96+
/// [Trino]: https://trino.io/docs/current/develop/client-protocol.html#important-queryresults-attributes
9797
#[derive(Copy, Clone, Debug, Default, PartialEq, Eq)]
9898
pub enum StructMode {
9999
#[default]

0 commit comments

Comments
 (0)