Skip to content

Commit 460b698

Browse files
committed
fix docs path
1 parent 6ad942e commit 460b698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/class/qxl/demobrowser/DemoBrowser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,15 @@ qx.Class.define("qxl.demobrowser.DemoBrowser",
366366
* Handler for opening the api viewer.
367367
*/
368368
__onApiOpen : function() {
369-
window.open((qx.core.Environment.get("qx.serve.localpath") || "https://www.qooxdoo.org/") + "apps/apiviewer/");
369+
window.open((qx.core.Environment.get("qx.serve.appspath") || "https://www.qooxdoo.org/qxl.") + "apiviewer/");
370370
},
371371

372372

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

380380

0 commit comments

Comments
 (0)