diff --git a/src/bank_api.cpp b/src/bank_api.cpp index 88e15aa..d72ad23 100644 --- a/src/bank_api.cpp +++ b/src/bank_api.cpp @@ -145,7 +145,7 @@ void api::ImpactBal(req_args) const //System Usage void api::Help(req_args) const { - static thread_local auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/Refractor/README.md"); + static thread_local auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/README.md"); CACHE_FOREVER; callback(resp); }