mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-09 15:12:26 -04:00
Update to https://bitsquare.io
This commit is contained in:
parent
8d95de3de9
commit
9af8a3b8df
2 changed files with 4 additions and 5 deletions
|
@ -17,7 +17,6 @@
|
|||
|
||||
package io.bitsquare.gui.main.help;
|
||||
|
||||
import io.bitsquare.BitSquare;
|
||||
import io.bitsquare.BitSquareUI;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
|
@ -44,8 +43,8 @@ public class Help {
|
|||
|
||||
public static void openWindow(HelpId id) {
|
||||
try {
|
||||
URL url = new URL("http://bitsquare.io/help.html?" + id);
|
||||
// URL url = new URL("https://github.com/bitsquare/bitsquare/wiki/?" + id);
|
||||
URL url = new URL("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);
|
||||
WebView webView;
|
||||
if (helpWindow == null) {
|
||||
helpWindow = new Stage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue