From 90fddb925d96da475ea9a9ecbe9ca9f0327d9b36 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 9 May 2020 13:12:05 +0200 Subject: [PATCH] Compiler Explorer links updated --- README.md | 4 ++-- docs/quick_start.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0311ffef..67d8bd14 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/_Yx6D7)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/_TS2ey)._ 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/_Yx6D7)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/LfxpkL)._ diff --git a/docs/quick_start.rst b/docs/quick_start.rst index fb59fde2..d6d2ac14 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::