JarroVGIT opened a new issue, #2882: URL: https://github.com/apache/arrow-adbc/issues/2882
### What happened? The documentation in the `adbc_core` crate points to the `adbc.h` file in this repository by its GitHub URL, which seemed to have moved since. This is happening in three locations; - `rust/core/src/lib.rs`: https://github.com/apache/arrow-adbc/blob/0276f2a4372a5a07ab6e36b60491ff96c2c76b84/rust/core/src/lib.rs#L30C1-L32C1 - `rust/core/src/driver_manager.rs` https://github.com/apache/arrow-adbc/blob/0276f2a4372a5a07ab6e36b60491ff96c2c76b84/rust/core/src/driver_manager.rs#L20C1-L22C71 - `rust/core/src/ffi/mod.rs` https://github.com/apache/arrow-adbc/blob/0276f2a4372a5a07ab6e36b60491ff96c2c76b84/rust/core/src/ffi/mod.rs#L18C1-L18C103 The correct URL is (at present): https://github.com/apache/arrow-adbc/blob/main/c/include/arrow-adbc/adbc.h I will create a PR with the new URL. ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org