From 530cf316b81270c8a318b8e9033739ae07b7f31b Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 24 Oct 2020 12:02:12 -0700 Subject: [PATCH] Point to the release, not dev documentation --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 284cf708..961d1475 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1422,7 +1422,7 @@ template int check(unformattable) { static_assert( formattable(), "Cannot format an argument. To make type T formattable provide a " - "formatter specialization: https://fmt.dev/dev/api.html#udt"); + "formatter specialization: https://fmt.dev/latest/api.html#udt"); return 0; } template inline const U& check(const U& val) {