@@ -782,15 +782,15 @@ bool Chapter3_ExternalDependencies()
782782 #ifdef _WIN32
783783 if (!RunCommandWithPrompt ( " powershell -Command \" "
784784 " Invoke-WebRequest https://github.com/Neko-Box-Coder/runcpp2/raw/"
785- " refs/heads/InteractiveTutorial /Examples/Logging.cpp "
785+ " refs/heads/master /Examples/Logging.cpp "
786786 " -OutFile tutorial/Logging.cpp\" " , true , false ))
787787 {
788788 return false ;
789789 }
790790 #else
791791 if (!RunCommandWithPrompt ( " curl -L -o tutorial/Logging.cpp "
792792 " https://github.com/Neko-Box-Coder/runcpp2/raw/refs/heads/"
793- " InteractiveTutorial /Examples/Logging.cpp" ))
793+ " master /Examples/Logging.cpp" ))
794794 {
795795 return false ;
796796 }
@@ -818,7 +818,7 @@ bool Chapter3_ExternalDependencies()
818818 #ifdef _WIN32
819819 if (!RunCommandWithPrompt ( " powershell -Command \" "
820820 " Invoke-WebRequest https://github.com/Neko-Box-Coder/runcpp2/raw/"
821- " refs/heads/InteractiveTutorial /Examples/SDLWindow.cpp "
821+ " refs/heads/master /Examples/SDLWindow.cpp "
822822 " -OutFile tutorial/SDLWindow.cpp\" " , true , false ))
823823 {
824824 return false ;
@@ -827,7 +827,7 @@ bool Chapter3_ExternalDependencies()
827827 #else
828828 if (!RunCommandWithPrompt ( " curl -L -o tutorial/SDLWindow.cpp "
829829 " https://github.com/Neko-Box-Coder/runcpp2/raw/refs/heads/"
830- " InteractiveTutorial /Examples/SDLWindow.cpp" ))
830+ " master /Examples/SDLWindow.cpp" ))
831831 {
832832 return false ;
833833 }
0 commit comments