File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/class/qxl/demobrowser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments