Skip to content

Commit a487ca5

Browse files
committed
Use https for jsroot.gsi.de
1 parent 92d4769 commit a487ca5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

demo/examples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
135135
icon.setAttribute('src', "../img/RootIcon.ico");
136136
}
137137

138-
if (window.location.protocol == "file:") filepath = "http://jsroot.gsi.de/files/";
138+
if (window.location.protocol == "file:") filepath = "https://jsroot.gsi.de/files/";
139139

140140
document.getElementsByTagName("head")[0].appendChild(icon);
141141

demo/glexamples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
135135
icon.setAttribute('src', "../img/RootIcon.ico");
136136
}
137137

138-
if (window.location.protocol == "file:") filepath = "http://jsroot.gsi.de/files/";
138+
if (window.location.protocol == "file:") filepath = "https://jsroot.gsi.de/files/";
139139

140140
document.getElementsByTagName("head")[0].appendChild(icon);
141141

docs/JSROOT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It is the successor of the JSRootIO project.
77

88
## Installing JSROOT
99

10-
In most practical cases it is not necessary to install JSROOT - it can be used directly from project web sites <https://root.cern/js/> and <http://jsroot.gsi.de/>.
10+
In most practical cases it is not necessary to install JSROOT - it can be used directly from project web sites <https://root.cern/js/> and <https://jsroot.gsi.de/>.
1111

1212
When required, there are following alternatives to install JSROOT on other web servers:
1313

docs/examples.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
135135
icon.setAttribute('src', "../img/RootIcon.ico");
136136
}
137137

138-
if (window.location.protocol == "file:") filepath = "http://jsroot.gsi.de/files/";
138+
if (window.location.protocol == "file:") filepath = "https://jsroot.gsi.de/files/";
139139

140140
document.getElementsByTagName("head")[0].appendChild(icon);
141141

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Project web pages:
2222

2323
[https://root.cern/js/](https://root.cern/js/)
2424

25-
[http://jsroot.gsi.de](http://jsroot.gsi.de/)
25+
[https://jsroot.gsi.de](https://jsroot.gsi.de/)
2626

2727

2828
# Documentation

0 commit comments

Comments
 (0)