From 3375450767298981a980a1a3d6520a8c67809746 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Tue, 4 May 2021 23:36:17 +0200 Subject: [PATCH] fix release notes links --- README.md | 2 +- RELEASES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 649b55d..fc733b3 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The conversions supported cover the following cases. * [`checked_distance`][f-cd-1-9], [`saturating_distance`][f-sd-1-9], [`wrapping_distance`][f-wd-1-9], [`unwrapped_distance`][f-ud-1-9], [`overflowing_distance`][f-od-1-9] - * The [`unsigned_distance`][f-ud-1-9] method was added to all signed + * The [`unsigned_distance`][f-unsd-1-9] method was added to all signed fixed-point types and to the [`FixedSigned`][tfs-1-9] trait. * The following associated types were added to the [`Fixed`][tf-1-9] trait: * [`Signed`][tf-s-1-9], [`Unsigned`][tf-u-1-9] diff --git a/RELEASES.md b/RELEASES.md index b39f15d..5ced4bc 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -21,7 +21,7 @@ Version 1.9.0 (unreleased) * [`checked_distance`][f-cd-1-9], [`saturating_distance`][f-sd-1-9], [`wrapping_distance`][f-wd-1-9], [`unwrapped_distance`][f-ud-1-9], [`overflowing_distance`][f-od-1-9] - * The [`unsigned_distance`][f-ud-1-9] method was added to all signed + * The [`unsigned_distance`][f-unsd-1-9] method was added to all signed fixed-point types and to the [`FixedSigned`][tfs-1-9] trait. * The following associated types were added to the [`Fixed`][tf-1-9] trait: * [`Signed`][tf-s-1-9], [`Unsigned`][tf-u-1-9]