Skip to content

Commit f8c7608

Browse files
committed
Refer on master branch for docu
1 parent 2de395d commit f8c7608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/JSRootInterface.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
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">'
@@ -121,7 +121,7 @@
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"/>'

0 commit comments

Comments
 (0)