From 4fe40a5bbceeda5a5af0338f4234605845d3dbdb Mon Sep 17 00:00:00 2001 From: Carter Green Date: Wed, 3 Apr 2024 17:43:51 -0500 Subject: [PATCH] MOD: Update docs links to new canonical URL --- README.md | 2 +- src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac30a34..b0620d2 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ To run this program, set the `DATABENTO_API_KEY` environment variable with an AP ## Documentation -You can find more detailed examples and the full API documentation on the [Databento docs site](https://docs.databento.com/getting-started?historical=rust&live=rust). +You can find more detailed examples and the full API documentation on the [Databento docs site](https://databento.com/docs/getting-started?historical=rust&live=rust). ## License diff --git a/src/lib.rs b/src/lib.rs index 337c8c2..fbd2a14 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,10 +2,10 @@ //! It provides clients for fast, safe streaming of both real-time and historical market data through //! similar interfaces. //! The library is built on top of the tokio asynchronous runtime and -//! [Databento's efficient binary encoding](https://docs.databento.com/knowledge-base/new-users/dbn-encoding). +//! [Databento's efficient binary encoding](https://databento.com/docs/knowledge-base/new-users/dbn-encoding). //! //! You can find getting started tutorials, full API method documentation, examples -//! with output on the [Databento docs site](https://docs.databento.com/?historical=rust&live=rust). +//! with output on the [Databento docs site](https://databento.com/docs/?historical=rust&live=rust). //! //! # Feature flags //! By default both features are enabled.