Skip to content

Commit

Permalink
MOD: Update docs links to new canonical URL
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Apr 4, 2024
1 parent 92c51a3 commit 4fe40a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4fe40a5

Please sign in to comment.