From b5b369b080f79ed529cc8c836652d9dc9804e577 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 19 Aug 2022 09:02:02 +0200 Subject: [PATCH] Changed domain to bobpolis.com --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {