From 57f245da290fee5a1cb2e9526fd30df3a2fb379d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Dec 2021 03:50:22 -0500 Subject: fix doc links --- src/frame.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frame.rs') diff --git a/src/frame.rs b/src/frame.rs index 71b3988..5996409 100644 --- a/src/frame.rs +++ b/src/frame.rs @@ -5,8 +5,8 @@ /// is relevant. The base timestamp can be anything (common choices are 0 or /// the actual time that the frame was generated). /// -/// Frame objects are typically created via the `Creator`, `Parser`, or -/// `Reader` classes. +/// Frame objects are typically created via the [`Creator`](crate::Creator), +/// [`Parser`](crate::Parser), or [`Reader`](crate::Reader) classes. #[derive(Debug, Clone, PartialEq, Eq)] pub struct Frame { /// Amount of time passed since the start of the ttyrec file. -- cgit v1.2.3-54-g00ecf