updated README redirect in preperation of release

This commit is contained in:
EntireTwix 2021-07-10 23:08:29 -07:00
parent 72d57ce118
commit 4b7ef754c0

View file

@ -145,7 +145,7 @@ void api::ImpactBal(req_args) const
//System Usage //System Usage
void api::Help(req_args) const 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; CACHE_FOREVER;
callback(resp); callback(resp);
} }