From 99e4c990b71fdb56048e09ebb0b51fbfd947e950 Mon Sep 17 00:00:00 2001 From: Alcaro Date: Thu, 27 Oct 2022 04:27:11 +0200 Subject: [PATCH] README.md: Adjust Compiler Explorer link wording (#3180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bf0540da..b5f627957 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ reproducing the bug. * You should be reasonably confident that you're looking at an actual implementation bug, instead of undefined behavior or surprising-yet-Standard behavior. Comparing against other implementations can help (but remember that implementations -can differ while conforming to the Standard); try Godbolt's [Compiler Explorer][]. If you still aren't +can differ while conforming to the Standard); try [Compiler Explorer][]. If you still aren't sure, ask the nearest C++ expert. * You should prepare a self-contained command-line test case, ideally as small as possible. We need a source file, a