From 0f3c5fd596f27108e0c338b52a5aae9e4a491e26 Mon Sep 17 00:00:00 2001 From: Wu Shuwen Date: Sun, 6 Sep 2026 06:40:30 +0800 Subject: [PATCH] Fix the chrono format specification link (#4927) --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 51ab10b5..130faa07 100644 --- a/doc/api.md +++ b/doc/api.md @@ -474,7 +474,7 @@ Using `fmt::join`, you can separate tuple elements with a custom separator: - [`std::tm`](https://en.cppreference.com/w/cpp/chrono/c/tm) The format syntax is described in [Chrono Format Specifications](syntax.md# -chrono-format-specifications). +chrono-format-spec). **Example**: