From 9f823feab94b04f55996980278f3559c79504d3e Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Sun, 9 Oct 2022 09:27:52 +1000 Subject: [PATCH] fix some links in the docs --- src/builder.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/builder.rs b/src/builder.rs index 772f1ee9..60aeb435 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -54,7 +54,7 @@ impl Uuid { /// /// # References /// - /// * [Nil UUID in RFC4122]: https://tools.ietf.org/html/rfc4122.html#section-4.1.7 + /// * [Nil UUID in RFC4122](https://tools.ietf.org/html/rfc4122.html#section-4.1.7) /// /// # Examples /// @@ -80,7 +80,7 @@ impl Uuid { /// /// # References /// - /// * [Max UUID in Draft RFC: New UUID Formats, Version 4]: https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-04#section-5.4 + /// * [Max UUID in Draft RFC: New UUID Formats, Version 4](https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format-04#section-5.4) /// /// # Examples ///