From 6bf55ff6cbe7e513a030e5eea2f6d92a69ba3ce4 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 13 Jul 2023 18:32:36 +0200 Subject: [PATCH] docs: headers simplified and the Compiler Explorer links updated for an example app --- README.md | 4 ++-- docs/getting_started/code_example.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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