diff --git a/src/main.cpp b/src/main.cpp index 70b939e..8e8778a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,7 +52,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/cplus/"}; + std::string base_url {"https://bobpolis.com/cplus/"}; std::string next_url {"start.txt"}; requester req; while (!done) {