Link to user guide on GH wiki vs docs.bitsquare.io

This commit is contained in:
Chris Beams 2014-12-11 18:45:10 +01:00
parent beb4645118
commit e79c19d70f
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -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 " +