From 896565377adc27449f5ea80bef95524b39be1024 Mon Sep 17 00:00:00 2001 From: Deirdre Connolly Date: Tue, 25 May 2021 13:21:06 -0400 Subject: [PATCH] Fix hyperlinks in doc --- zebra-chain/src/serialization/arbitrary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-chain/src/serialization/arbitrary.rs b/zebra-chain/src/serialization/arbitrary.rs index e4a9b9c1..fa1c0910 100644 --- a/zebra-chain/src/serialization/arbitrary.rs +++ b/zebra-chain/src/serialization/arbitrary.rs @@ -5,7 +5,7 @@ use proptest::{arbitrary::any, prelude::*}; /// based on the full valid range of the type. /// /// Both the seconds and nanoseconds values are randomised, including leap seconds: -/// https://docs.rs/chrono/0.4.19/chrono/naive/struct.NaiveTime.html#leap-second-handling +/// /// /// Wherever possible, Zebra should handle leap seconds by: /// - making durations and intervals 3 seconds or longer,