From 70ab7cb13be9b6b19642f4650b6c5b8428378275 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 24 Sep 2021 15:16:13 +0200 Subject: [PATCH] Changed url --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;