From 7cc34646b9aadc8a287893f4ef93ed99e638575e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 1 Apr 2021 19:34:35 +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 ff5b4780..41382b9e 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ static_assert(10 * km / (5 * km) == 2); static_assert(1000 / (1 * s) == 1 * kHz); ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/shcohY)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/ToTaoxKPa)._ 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 @@ -103,4 +103,4 @@ int main() } ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/dY1dEd)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/YodshMKac)._ diff --git a/docs/quick_start.rst b/docs/quick_start.rst index df5c67ef..74592402 100644 --- a/docs/quick_start.rst +++ b/docs/quick_start.rst @@ -32,7 +32,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 @@ -80,7 +80,7 @@ of basic library features:: .. admonition:: Try it on Compiler Explorer - `Example #2 `_ + `Example #2 `_ .. seealso::