Skip to content

Commit a90d101

Browse files
committed
Update README.md
1 parent 3a51c24 commit a90d101

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vm/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ this is an experimental C++ module system based on roadmap & milestone discussio
99

1010
* [Dynamic Loading Wiki](https://en.wikipedia.org/wiki/Dynamic_loading)
1111
* [Dynamic Library Programming Topics](https://developer.apple.com/library/mac/DOCUMENTATION/DeveloperTools/Conceptual/DynamicLibraries/000-Introduction/Introduction.html)
12-
* [Clang compiler front end](http://clang.llvm.org/docs/index.html)
12+
* [Clang compiler front end](http://clang.llvm.org/docs/index.html)
13+
* [Installation](http://clang.llvm.org/get_started.html)
1314

1415
### C++11 References
1516

1617
* [C++11 TR Draft & Complete Reference, 2011](http://www.open-std.org/jtc1/sc22/wg21/)
1718
* [C++11 Wiki](https://en.wikipedia.org/wiki/C%2B%2B11)
18-
* [C++11 FAQ from Stroustrup](http://www.stroustrup.com/C++11FAQ.html)
19+
* [C++11 FAQ from Stroustrup](http://www.stroustrup.com/C++11FAQ.html)

0 commit comments

Comments
 (0)