File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 110110 var arrFiles = files . split ( ';' ) ;
111111
112112 guiCode += "<h1><font face='Verdana' size='4'>Read a ROOT file</font></h1>"
113- + "<p><font face='Verdana' size='1px'><a href='https://github.com/linev/jsroot '>JSROOT</a> version <span style='color:green'><b>" + JSROOT . version + "</b></span></font></p>" ;
113+ + "<p><font face='Verdana' size='1px'><a href='https://root.cern.ch/js/ '>JSROOT</a> version <span style='color:green'><b>" + JSROOT . version + "</b></span></font></p>" ;
114114
115115 if ( JSROOT . GetUrlOption ( "noselect" ) == null ) {
116116 guiCode += '<form name="ex">'
121121 for ( var i in arrFiles )
122122 guiCode += '<option value = "' + path + arrFiles [ i ] + '">' + arrFiles [ i ] + '</option>' ;
123123 guiCode += '</select><br/>'
124- + '<p><small><a href="https://github.com/linev/jsroot/blob/ver4 /docs/JSROOT.md#reading-root-files-from-other-servers">Read docu</a>'
124+ + '<p><small><a href="https://github.com/linev/jsroot/blob/master /docs/JSROOT.md#reading-root-files-from-other-servers">Read docu</a>'
125125 + ' how to open files from other servers.</small></p>'
126126 + '<input style="padding:2px; margin-top:5px;"'
127127 + ' onclick="ReadFile()" type="button" title="Read the Selected File" value="Load"/>'
You can’t perform that action at this time.
0 commit comments