Skip to content

Commit

Permalink
Merge pull request #714 from metalalive/doc/fix-v6-links
Browse files Browse the repository at this point in the history
doc: fix links in v6 module
  • Loading branch information
KodrAus authored Nov 16, 2023
2 parents e68b010 + 003dc57 commit 90b0bc0
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 90b0bc0

Please sign in to comment.