mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Link to user guide on GH wiki vs docs.bitsquare.io
This commit is contained in:
parent
beb4645118
commit
e79c19d70f
1 changed files with 1 additions and 2 deletions
|
@ -34,8 +34,7 @@ public class Help {
|
|||
|
||||
public static void openWindow(HelpId id) {
|
||||
try {
|
||||
Utilities.openWebPage("https://docs.bitsquare.io/0.1.0-SNAPSHOT/userguide/index.html");
|
||||
// URL url = new URL("https://docs.bitsquare.io/0.1.0-SNAPSHOT/userguide/index.html#" + id);
|
||||
Utilities.openWebPage("https://github.com/bitsquare/bitsquare/wiki/User-Guide");
|
||||
} catch (Exception e) {
|
||||
log.error(e.getMessage());
|
||||
Popups.openWarningPopup("Warning", "Opening browser failed. Please check your internet " +
|
||||
|
|
Loading…
Add table
Reference in a new issue