Skip to content

Commit

Permalink
MOD: Revert /examples-and-tutorials docs links bak
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca Woo committed Jun 27, 2024
1 parent b56b679 commit 6c70a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rust/dbn/src/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ impl From<Side> for char {
/// used to indicate order life cycle.
///
/// For example usage see:
/// - [Order actions](https://databento.com/docs/examples-and-tutorials/order-book/order-actions)
/// - [Order tracking](https://databento.com/docs/examples-and-tutorials/order-book/order-tracking)
/// - [Order actions](https://databento.com/docs/examples/order-book/order-actions)
/// - [Order tracking](https://databento.com/docs/examples/order-book/order-tracking)
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, TryFromPrimitive, IntoPrimitive)]
#[cfg_attr(
feature = "python",
Expand Down Expand Up @@ -77,7 +77,7 @@ impl From<Action> for char {
/// The class of instrument.
///
/// For example usage see
/// [Getting options with their underlying](https://databento.com/docs/examples-and-tutorials/options/options-and-futures).
/// [Getting options with their underlying](https://databento.com/docs/examples/options/options-and-futures).
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, TryFromPrimitive, IntoPrimitive)]
#[cfg_attr(
feature = "python",
Expand Down Expand Up @@ -184,7 +184,7 @@ impl From<MatchAlgorithm> for char {
/// Whether the instrument is user-defined.
///
/// For example usage see
/// [Getting options with their underlying](https://databento.com/docs/examples-and-tutorials/options/options-and-futures).
/// [Getting options with their underlying](https://databento.com/docs/examples/options/options-and-futures).
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, TryFromPrimitive, IntoPrimitive, Default)]
#[cfg_attr(
feature = "python",
Expand Down

0 comments on commit 6c70a0c

Please sign in to comment.