From b5ffc8fe25df6de74b3cfbfccc1d9bf19915da74 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 13 Sep 2020 11:36:37 +0200 Subject: [PATCH] docs: 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 38b2ad0a..ef584e34 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ static_assert(10_q_km / 5_q_km == 2); static_assert(1000 / 1_q_s == 1_q_kHz); ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/oc7P9z)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/YWch6d)._ 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 @@ -86,4 +86,4 @@ int main() } ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/Wd9d87)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/8dh4cv)._ diff --git a/docs/quick_start.rst b/docs/quick_start.rst index 0390a587..dd8571c4 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -29,7 +29,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 @@ -65,7 +65,7 @@ of basic library features:: .. admonition:: Try it on Compiler Explorer - `Example #2 `_ + `Example #2 `_ .. seealso::