Skip to content

Commit 0d527b5

Browse files
authored
Merge pull request #159 from HaydenMichel8/fix_README
Fix links in README.md for cppreference and Compiler Explorer
2 parents 18e24a2 + 77635cf commit 0d527b5

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)