Skip to content

Commit

Permalink
fix docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Jul 5, 2019
1 parent 6ad942e commit 460b698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/class/qxl/demobrowser/DemoBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,15 +366,15 @@ qx.Class.define("qxl.demobrowser.DemoBrowser",
* Handler for opening the api viewer.
*/
__onApiOpen : function() {
window.open((qx.core.Environment.get("qx.serve.localpath") || "https://www.qooxdoo.org/") + "apps/apiviewer/");
window.open((qx.core.Environment.get("qx.serve.appspath") || "https://www.qooxdoo.org/qxl.") + "apiviewer/");
},


/**
* Handler for opening the manual.
*/
__onManualOpen : function() {
window.open((qx.core.Environment.get("qx.serve.localpath") || "https://www.qooxdoo.org/") + "docs/");
window.open((qx.core.Environment.get("qx.serve.docspath") || "https://www.qooxdoo.org/") + "docs");
},


Expand Down

0 comments on commit 460b698

Please sign in to comment.