From 6dc74930bb22fbe32c3a1dff88781dcc2700e14a Mon Sep 17 00:00:00 2001 From: rimathia Date: Fri, 17 Jul 2026 20:46:25 +0200 Subject: [PATCH] remove link update, doesn't seem to be necessary --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index af66356d..4b00c8e5 100644 --- a/doc/api.md +++ b/doc/api.md @@ -475,7 +475,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-spec). +chrono-format-specifications). **Example**: