From f4e44651a93950bfb89d0af74c4ee749c131fddb Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 May 2024 12:35:49 +0200 Subject: [PATCH] docs: fmtlib dependency removed from the Compiler Explorer code --- README.md | 2 +- docs/getting_started/look_and_feel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 313f6065..dd6ea350 100644 --- a/README.md +++ b/README.md @@ -130,4 +130,4 @@ int main() } ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/fsdovTcYh)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/nhqhT8Mzb)._ diff --git a/docs/getting_started/look_and_feel.md b/docs/getting_started/look_and_feel.md index b87d5470..a8bfb824 100644 --- a/docs/getting_started/look_and_feel.md +++ b/docs/getting_started/look_and_feel.md @@ -150,7 +150,7 @@ performed without sacrificing accuracy. Please see the below example for a quick } ``` -!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/fsdovTcYh)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/nhqhT8Mzb)" !!! note