Skip to content

Commit

Permalink
docs: Compiler Explorer links updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Sep 13, 2020
1 parent 6e510b3 commit b5ffc8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)._
4 changes: 2 additions & 2 deletions docs/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here is a small example of possible operations::

.. admonition:: Try it on Compiler Explorer

`Example #1 <https://godbolt.org/z/jrKeqe>`_
`Example #1 <https://godbolt.org/z/YWch6d>`_

This library requires some C++20 features (concepts, classes as
:abbr:`NTTP (Non-Type Template Parameter)`, ...). Thanks to them the user gets a powerful
Expand Down Expand Up @@ -65,7 +65,7 @@ of basic library features::

.. admonition:: Try it on Compiler Explorer

`Example #2 <https://godbolt.org/z/Wd9d87>`_
`Example #2 <https://godbolt.org/z/8dh4cv>`_

.. seealso::

Expand Down

0 comments on commit b5ffc8f

Please sign in to comment.