summaryrefslogtreecommitdiff
path: root/js/assets/icejs.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-12-18 00:09:55 +0100
committerJose <jose@zeroc.com>2014-12-18 00:09:55 +0100
commitc899aebbf71a13a480cf22083bda63498b83dd93 (patch)
treecc297c743e9cd9ca134228c25cfda6a69f52fcaa /js/assets/icejs.js
parentEnable C# in JS browser testsuite loop (diff)
downloadice-c899aebbf71a13a480cf22083bda63498b83dd93.tar.bz2
ice-c899aebbf71a13a480cf22083bda63498b83dd93.tar.xz
ice-c899aebbf71a13a480cf22083bda63498b83dd93.zip
Fix release notes links in JS demos/tests
Diffstat (limited to 'js/assets/icejs.js')
-rw-r--r--js/assets/icejs.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/assets/icejs.js b/js/assets/icejs.js
index 78609fb0db0..c6ebbd404d3 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+for+JavaScript+0.1.0+Release+Notes\">" +
+ "Ice for JavaScript <a href=\"http://doc.zeroc.com/display/Rel/Ice+3.6b+Release+Notes\">" +
" release notes</a> for instructions on how to run the web server included with your distribution.</p></div>";
$("body").append(setupDialog);