Point to the release, not dev documentation

This commit is contained in:
Victor Zverovich 2020-10-24 12:02:12 -07:00
parent 740385d636
commit 530cf316b8

View File

@ -1422,7 +1422,7 @@ template <typename T> int check(unformattable) {
static_assert( static_assert(
formattable<T>(), formattable<T>(),
"Cannot format an argument. To make type T formattable provide a " "Cannot format an argument. To make type T formattable provide a "
"formatter<T> specialization: https://fmt.dev/dev/api.html#udt"); "formatter<T> specialization: https://fmt.dev/latest/api.html#udt");
return 0; return 0;
} }
template <typename T, typename U> inline const U& check(const U& val) { template <typename T, typename U> inline const U& check(const U& val) {