docs: Compiler Explorer links updated to reflect the systems file tree refactoring

This commit is contained in:
Mateusz Pusz
2024-05-09 18:08:13 +02:00
parent e4232b5834
commit 15404cd3a7
7 changed files with 10 additions and 10 deletions

View File

@ -56,7 +56,7 @@ Here is a small example of operations possible on scalar quantities:
static_assert(1000 / (1 * s) == 1 * kHz);
```
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/ox8a8dGTz)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/8acPeq743)"
This library requires some C++20 features ([concepts and constraints](https://en.cppreference.com/w/cpp/language/constraints),
@ -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/Pe8ah9WYT)"
!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/fsdovTcYh)"
!!! note