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) {