From 8977739692807dc5658cd55f61b572622b96c493 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 11 Jun 2024 08:57:18 +0200 Subject: [PATCH] docs: Compiler Explorer links updated to reflect the latest changes --- docs/index.md | 2 +- docs/users_guide/examples/avg_speed.md | 2 +- docs/users_guide/examples/hello_units.md | 2 +- docs/users_guide/examples/si_constants.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index a8e4326b..260316e1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,7 +69,7 @@ Output: Harvard Bridge length = 364.4 smoot (2034.6 ft, 620.14 m) ± 1 εar ``` -!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/zsW1f6Tn1)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/f8f4KnKh8)" ??? question "What is `smoot`?" diff --git a/docs/users_guide/examples/avg_speed.md b/docs/users_guide/examples/avg_speed.md index 73bba732..397cafc1 100644 --- a/docs/users_guide/examples/avg_speed.md +++ b/docs/users_guide/examples/avg_speed.md @@ -7,7 +7,7 @@ tags: # `avg_speed` -!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/EYo7879qd)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/TnqGa4sdn)" Let's continue the previous example. This time, our purpose will not be to showcase as many library features as possible, but we will scope on different interfaces one can provide diff --git a/docs/users_guide/examples/hello_units.md b/docs/users_guide/examples/hello_units.md index c33e9034..dd69fcf4 100644 --- a/docs/users_guide/examples/hello_units.md +++ b/docs/users_guide/examples/hello_units.md @@ -6,7 +6,7 @@ tags: # `hello_units` -!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/KKGGhKjqn)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/bT4GGPbef)" This is a really simple example showcasing the features of the **mp-units** library. diff --git a/docs/users_guide/examples/si_constants.md b/docs/users_guide/examples/si_constants.md index 0a2f5496..05dbfbc2 100644 --- a/docs/users_guide/examples/si_constants.md +++ b/docs/users_guide/examples/si_constants.md @@ -6,7 +6,7 @@ tags: # `si_constants` -!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/sEqWcchdE)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/MevcK8vYT)" The next example presents all the seven defining constants of the SI system. We can observe how [Faster-than-lightspeed Constants](../framework_basics/faster_than_lightspeed_constants.md)