This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/main by this push:
new 88eaa33ea5 minor: fix json StructMode docs links (#7215)
88eaa33ea5 is described below
commit 88eaa33ea5c959c4f129ad1b3d292d9bab1ba670
Author: gstvg <[email protected]>
AuthorDate: Fri Feb 28 04:22:20 2025 -0300
minor: fix json StructMode docs links (#7215)
---
arrow-json/src/lib.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arrow-json/src/lib.rs b/arrow-json/src/lib.rs
index bb02d0a317..c5f26e35ad 100644
--- a/arrow-json/src/lib.rs
+++ b/arrow-json/src/lib.rs
@@ -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]