This commit is contained in:
Manfred Karrer 2014-10-15 20:51:00 +02:00
parent 8d95de3de9
commit 9af8a3b8df
2 changed files with 4 additions and 5 deletions

View file

@ -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();