diff --git a/README.md b/README.md index 3e4ea88f..ab2e8771 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ static_assert(10 * km / (5 * km) == 2 * one); static_assert(1000 / (1 * s) == 1 * kHz); ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/8acPeq743)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/fT1r4sohs)._ This library heavily uses C++20 features (concepts, classes as NTTPs, ...). Thanks to them the user gets a powerful but still easy to use interfaces and all unit conversions diff --git a/docs/getting_started/look_and_feel.md b/docs/getting_started/look_and_feel.md index 1c1050e5..42cf6205 100644 --- a/docs/getting_started/look_and_feel.md +++ b/docs/getting_started/look_and_feel.md @@ -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/8acPeq743)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/fT1r4sohs)" This library requires some C++20 features ([concepts and constraints](https://en.cppreference.com/w/cpp/language/constraints),