updated redirect url

This commit is contained in:
William Katz 2021-07-31 23:39:01 -07:00 committed by GitHub
parent 7d26eb9341
commit 491e4bcc85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,7 +176,7 @@ void api::ImpactBal(req_args)
//System Usage
void api::Help(req_args)
{
auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/README.md", k301MovedPermanently);
auto resp = HttpResponse::newRedirectionResponse("https://github.com/EntireTwix/CCash/blob/main/README.md", k301MovedPermanently);
CACHE_FOREVER;
callback(resp);
}