replace links with haveno.exchange domain

This commit is contained in:
woodser 2023-08-19 08:39:11 -04:00
parent b077d532fa
commit 5e7b6c2ccd
28 changed files with 176 additions and 176 deletions

View file

@ -78,7 +78,7 @@ public class ApiTestMain {
} catch (Throwable ex) {
err.println("Fault: An unexpected error occurred. " +
"Please file a report at https://haveno.network/issues");
"Please file a report at https://haveno.exchange/issues");
ex.printStackTrace(err);
exit(EXIT_FAILURE);
}