From 7a0410f76bd431e35a9efddec26b8fee913a6a29 Mon Sep 17 00:00:00 2001 From: Chip Hogg Date: Sat, 14 Sep 2024 15:06:52 -0400 Subject: [PATCH] Automatically include in godbolt link This eliminates the main annoyance in my personal use of the godbolt link, and I suspect many others' too. Fixes #290. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 265a3714..e35e8892 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ In short: if your C++ programs handle physical quantities, Au will make you fast effective at your job. You'll find everything you need in our [full documentation website](https://aurora-opensource.github.io/au). -> _Try it out on [Compiler Explorer ("godbolt")](https://godbolt.org/z/KrvfhP4M3)!_ +> _Try it out on [Compiler Explorer ("godbolt")](https://godbolt.org/z/G6r315G9n)!_ ## Why Au?