This is an automated email from the ASF dual-hosted git repository.

tustvold pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 639e81e98c Update IOx links (#5312)
639e81e98c is described below

commit 639e81e98c0962a2401f542dc1b7abcac4d3ea25
Author: Raphael Taylor-Davies <[email protected]>
AuthorDate: Fri Jan 19 10:47:42 2024 +0000

    Update IOx links (#5312)
---
 object_store/README.md  | 4 ++--
 object_store/src/lib.rs | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/object_store/README.md b/object_store/README.md
index fd09ec7205..3e09471274 100644
--- a/object_store/README.md
+++ b/object_store/README.md
@@ -20,7 +20,7 @@
 # Rust Object Store
 
 A focused, easy to use, idiomatic, high performance, `async` object
-store library interacting with object stores.
+store library for interacting with object stores.
 
 Using this crate, the same binary and code can easily run in multiple
 clouds and local test environments, via a simple runtime configuration
@@ -33,7 +33,7 @@ change. Supported object stores include:
 * Memory
 * Custom implementations
 
-Originally developed for [InfluxDB 
IOx](https://github.com/influxdata/influxdb_iox/) and later split out and 
donated to [Apache Arrow](https://arrow.apache.org/).
+Originally developed by [InfluxData](https://www.influxdata.com/) and later 
donated to [Apache Arrow](https://arrow.apache.org/).
 
 See [docs.rs](https://docs.rs/object_store) for usage instructions
 
diff --git a/object_store/src/lib.rs b/object_store/src/lib.rs
index 53a535612e..a25224aaaa 100644
--- a/object_store/src/lib.rs
+++ b/object_store/src/lib.rs
@@ -51,11 +51,11 @@
 //!
 //! 5. Small dependency footprint, depending on only a small number of common 
crates
 //!
-//! Originally developed for [InfluxDB IOx] and subsequently donated
+//! Originally developed by [InfluxData] and subsequently donated
 //! to [Apache Arrow].
 //!
 //! [Apache Arrow]: https://arrow.apache.org/
-//! [InfluxDB IOx]: https://github.com/influxdata/influxdb_iox/
+//! [InfluxData]: https://www.influxdata.com/
 //! [crates.io]: https://github.com/rust-lang/crates.io
 //! [ACID]: https://en.wikipedia.org/wiki/ACID
 //! [S3]: https://aws.amazon.com/s3/

Reply via email to