File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments