diff --git a/README.md b/README.md index 9079a47d..f0fed843 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ accuracy. Please see the below example for a quick preview of basic library feat #include #include #include -#include +#include #include #include @@ -116,4 +116,4 @@ int main() } ``` -_Try it on the [Compiler Explorer](https://godbolt.org/z/3q646qrb3)._ +_Try it on the [Compiler Explorer](https://godbolt.org/z/zPnerKqzh)._ diff --git a/docs/getting_started/code_example.md b/docs/getting_started/code_example.md index 9ea0d7f5..37595275 100644 --- a/docs/getting_started/code_example.md +++ b/docs/getting_started/code_example.md @@ -41,7 +41,7 @@ performed without sacrificing accuracy. Please see the below example for a quick #include #include #include -#include +#include #include #include @@ -76,7 +76,7 @@ int main() } ``` -!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/3q646qrb3)" +!!! example "[Try it on Compiler Explorer](https://godbolt.org/z/zPnerKqzh)" !!! note