From 639e81e98c0962a2401f542dc1b7abcac4d3ea25 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:47:42 +0000 Subject: [PATCH] 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 fd09ec7205a..3e094712748 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 53a535612e0..a25224aaaa8 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/