Change code links to 'raw' pages so that the learner can copy the link and download the code with 'wget', instead of downloading a bunch of html or having to screen-scrape.
For example on the page "First C++ Program" the link
https://github.com/acenet-arc/cpp_as_a_second_language/blob/master/lesson_src/hello.cpp
should be changed to
https://raw.githubusercontent.com/acenet-arc/cpp_as_a_second_language/master/lesson_src/hello.cpp
Change code links to 'raw' pages so that the learner can copy the link and download the code with 'wget', instead of downloading a bunch of html or having to screen-scrape.
For example on the page "First C++ Program" the link
https://github.com/acenet-arc/cpp_as_a_second_language/blob/master/lesson_src/hello.cpp
should be changed to
https://raw.githubusercontent.com/acenet-arc/cpp_as_a_second_language/master/lesson_src/hello.cpp