diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-01-21 10:18:56 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-01-21 10:18:56 -0800 |
commit | a4ab380f2ffcd170b26996f9eab1690a37deb703 (patch) | |
tree | 201e70988ff935824a1a2a84dc9fa32bad25946e /js/assets/icejs.js | |
parent | minor edits to Oracle demo READMEs (diff) | |
download | ice-a4ab380f2ffcd170b26996f9eab1690a37deb703.tar.bz2 ice-a4ab380f2ffcd170b26996f9eab1690a37deb703.tar.xz ice-a4ab380f2ffcd170b26996f9eab1690a37deb703.zip |
ICE-6267 - change http to https
Diffstat (limited to 'js/assets/icejs.js')
-rw-r--r-- | js/assets/icejs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/assets/icejs.js b/js/assets/icejs.js index d214a4f2f6b..2a316446e9c 100644 --- a/js/assets/icejs.js +++ b/js/assets/icejs.js @@ -65,7 +65,7 @@ if(document.location.protocol === "file:") { var setupDialog = "<div id=\"setup-modal\" class=\"reveal-modal\" data-reveal>" + "<p>The Ice for JavaScript demos require a web server. Please refer to the Sample Programs page from the " + - "Ice for JavaScript <a href=\"http://doc.zeroc.com/display/Rel/Ice+3.6b+Release+Notes\">" + + "Ice for JavaScript <a href=\"https://doc.zeroc.com/display/Rel/Ice+3.6.0+Release+Notes\">" + " release notes</a> for instructions on how to run the web server included with your distribution.</p></div>"; $("body").append(setupDialog); @@ -92,7 +92,7 @@ function checkGenerated(files) var dialog = "<div id=\"build-required-modal\" class=\"reveal-modal\" data-reveal>" + "<p>Couldn't find generated file `%FILENAME%'. This is expected if you didn't build the JavaScript demos. " + "Please refer to the Sample Programs page from the Ice for JavaScript " + - "<a href=\"http://doc.zeroc.com/display/Rel/Ice+3.6b+Release+Note\">release notes</a> " + + "<a href=\"https://doc.zeroc.com/display/Rel/Ice+3.6.0+Release+Note\">release notes</a> " + "for instructions on how to build the demos.</p>" + "</div>"; |