Skip to content

Commit 77635cf

Browse files
Fix links in README.md for cppreference and Compiler Explorer
1 parent 18e24a2 commit 77635cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ Credit
104104
* Portions of the lexer grammar and other ideas were derived from pycparser
105105
* The source code is liberally sprinkled with comments containing C++ parsing
106106
grammar mostly derived from the [Hyperlinked C++ BNF Grammar](https://www.nongnu.org/hcb/)
107-
* cppreference.com has been invaluable for understanding many of the weird
107+
* [cppreference.com](https://cppreference.com) has been invaluable for understanding many of the weird
108108
quirks of C++, and some of the unit tests use examples from there
109-
* [Compiler Explorer](godbolt.org) has been invaluable for validating my
109+
* [Compiler Explorer](https://godbolt.org) has been invaluable for validating my
110110
understanding of C++ by allowing me to quickly type in quirky C++
111111
constructs to see if they actually compile
112112

0 commit comments

Comments
 (0)