diff --git a/src/main.cpp b/src/main.cpp index 54d8586..b86330c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -60,7 +60,7 @@ int main(int argc, char* argv[]) { bool done {false}; if (optind == argc) { // here when no file args - std::string base_url {"https://www.swiftcoder.nl/cpp1/"}; + std::string base_url {"https://www.swiftcoder.nl/cplus/"}; std::string next_url {"start.txt"}; std::string code; requester req;