Skip to content

Commit 99e4c99

Browse files
authored
README.md: Adjust Compiler Explorer link wording (#3180)
1 parent e9c3b55 commit 99e4c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ reproducing the bug.
122122

123123
* You should be reasonably confident that you're looking at an actual implementation bug, instead of undefined behavior
124124
or surprising-yet-Standard behavior. Comparing against other implementations can help (but remember that implementations
125-
can differ while conforming to the Standard); try Godbolt's [Compiler Explorer][]. If you still aren't
125+
can differ while conforming to the Standard); try [Compiler Explorer][]. If you still aren't
126126
sure, ask the nearest C++ expert.
127127

128128
* You should prepare a self-contained command-line test case, ideally as small as possible. We need a source file, a

0 commit comments

Comments
 (0)