diff --git a/README.md b/README.md index 8a694706..e101237b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ static_assert(2q_km_per_h * 2q_h == 4q_km); static_assert(2q_km / 2q_km_per_h == 1q_h); ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/_TS2ey)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/XPmjPz)._ This library requires some C++20 features (concepts, classes as NTTPs, ...). Thanks to them the user gets a powerful but still easy to use interface and all unit conversions @@ -76,4 +76,4 @@ int main() } ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/LfxpkL)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/f-f6y6)._ diff --git a/docs/quick_start.rst b/docs/quick_start.rst index f6dc9f60..74b7d3c3 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -20,7 +20,7 @@ Here is a small example of possible operations:: .. admonition:: Try it on Compiler Explorer - `Example #1 `_ + `Example #1 `_ This library requires some C++20 features (concepts, classes as :abbr:`NTTP (Non-Type Template Parameter)`, ...). Thanks to them the user gets a powerful @@ -55,7 +55,7 @@ of basic library features:: .. admonition:: Try it on Compiler Explorer - `Example #2 `_ + `Example #2 `_ .. seealso::