aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-04 03:50:22 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-04 03:50:22 -0500
commit57f245da290fee5a1cb2e9526fd30df3a2fb379d (patch)
tree9a881db398840a976cb9af30fbea348535fe5100 /src/frame.rs
parent3ba8bad931571f9a2586dd02d50415dc8428ed41 (diff)
downloadttyrec-57f245da290fee5a1cb2e9526fd30df3a2fb379d.tar.gz
ttyrec-57f245da290fee5a1cb2e9526fd30df3a2fb379d.zip
fix doc links0.3.0
Diffstat (limited to 'src/frame.rs')
-rw-r--r--src/frame.rs4
1 files changed, 2 insertions, 2 deletions
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.