From 5ed3a8b0507f7bae4a1602c9ea9ba61cdc116160 Mon Sep 17 00:00:00 2001 From: carme-hp <71499004+carme-hp@users.noreply.github.com> Date: Sat, 16 Nov 2024 17:50:34 +0100 Subject: [PATCH] Fix broken link (#470) https://fmt.dev/latest/syntax.html doesn't work anymore, hence I suggest using https://fmt.dev/ --- pages/docs/dev-docs/dev-logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/dev-docs/dev-logging.md b/pages/docs/dev-docs/dev-logging.md index dedc41ec7a..0a4077a261 100644 --- a/pages/docs/dev-docs/dev-logging.md +++ b/pages/docs/dev-docs/dev-logging.md @@ -64,7 +64,7 @@ The relative convergence limit="1e-8" is close to the hard-coded numerical resol ## Formatting We use the `fmtlib` for formatting the messages, which reimplements the python format syntax. -See the [offical syntax reference](https://fmt.dev/latest/syntax.html). +See the [offical syntax reference](https://fmt.dev/). ```cpp // Simple message