Skip to content

Commit

Permalink
minor: fix json StructMode docs links (#7215)
Browse files Browse the repository at this point in the history
  • Loading branch information
gstvg authored Feb 28, 2025
1 parent 9c92a50 commit 88eaa33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arrow-json/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ use serde_json::{Number, Value};
/// lists, the entries must be the same number and in the same order as the
/// struct fields. Map columns are not affected by this option.
///
/// [Presto]: (https://prestodb.io/docs/current/develop/client-protocol.html#important-queryresults-attributes)
/// [Trino]: (https://trino.io/docs/current/develop/client-protocol.html#important-queryresults-attributes)
/// [Presto]: https://prestodb.io/docs/current/develop/client-protocol.html#important-queryresults-attributes
/// [Trino]: https://trino.io/docs/current/develop/client-protocol.html#important-queryresults-attributes
#[derive(Copy, Clone, Debug, Default, PartialEq, Eq)]
pub enum StructMode {
#[default]
Expand Down

0 comments on commit 88eaa33

Please sign in to comment.