From e2a863af79b685449bb30178e226e4b9e514d5c3 Mon Sep 17 00:00:00 2001 From: Ben Deane Date: Tue, 17 Mar 2026 15:30:13 -0600 Subject: [PATCH] :bug: Fix `README.md` links Problem: - The support links in the `README.md` were wrongly copy-pasted. Solution: - Fix the links to point correctly to this repo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 674c559..48b3672 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ Compiler support: | Branch | GCC versions | Clang versions | | --- | --- | --- | -| [main](https://github.com/intel/cpp-baremetal-concurrency/tree/main) | 12 thru 14 | 18 thru 21 | -| [cpp20](https://github.com/intel/cpp-baremetal-concurrency/tree/cpp20) | 12 thru 14 | 14 thru 21 | +| [main](https://github.com/intel/cpp-std-extensions/tree/main) | 12 thru 14 | 18 thru 21 | +| [cpp20](https://github.com/intel/cpp-std-extensions/tree/cpp20) | 12 thru 14 | 14 thru 21 |