Fix the chrono format specification link (#4927)

This commit is contained in:
Wu Shuwen 2026-09-06 06:40:30 +08:00 committed by GitHub
parent d90c33606c
commit 0f3c5fd596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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**: