Skip to content

Commit

Permalink
doc: fix links to timestamp module
Browse files Browse the repository at this point in the history
Signed-off-by: Han Woo <[email protected]>
  • Loading branch information
metalalive committed Oct 19, 2023
1 parent e68b010 commit 003dc57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/v6.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ impl Uuid {
///
/// * [Version 6 UUIDs in Draft RFC: New UUID Formats, Version 4](https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-04#section-5.1)
///
/// [`Timestamp`]: v1/struct.Timestamp.html
/// [`ClockSequence`]: v1/trait.ClockSequence.html
/// [`Context`]: v1/struct.Context.html
/// [`Timestamp`]: timestamp/struct.Timestamp.html
/// [`ClockSequence`]: timestamp/trait.ClockSequence.html
/// [`Context`]: timestamp/context/struct.Context.html
pub fn new_v6(ts: Timestamp, node_id: &[u8; 6]) -> Self {
let (ticks, counter) = ts.to_rfc4122();

Expand Down

0 comments on commit 003dc57

Please sign in to comment.