From 95da4847274c42c110fd5bf1bf61d3f94be4a08e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 3 Apr 2021 09:14:52 -0700 Subject: [PATCH] Fix a link --- include/fmt/format-inl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index f0bacf8b..c6fb6e12 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -2300,7 +2300,7 @@ small_divisor_case_label: // Formats value using a variation of the Fixed-Precision Positive // Floating-Point Printout ((FPP)^2) algorithm by Steele & White: -// https://fmt.dev/p372-steele.pdf. +// https://fmt.dev/papers/p372-steele.pdf. template void fallback_format(Double d, int num_digits, bool binary32, buffer& buf, int& exp10) {