summaryrefslogtreecommitdiff
path: root/js/assets/icejs.js
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2015-06-11 12:28:05 -0700
committerMark Spruiell <mes@zeroc.com>2015-06-11 12:28:05 -0700
commit07955d30ef4ace528eaab1db5f0138eda1bd0567 (patch)
treefd9a0239a55d73fb2a9731744256b2129dd50517 /js/assets/icejs.js
parentFixed test PATH issue on Windows (ICE-6591) (diff)
downloadice-07955d30ef4ace528eaab1db5f0138eda1bd0567.tar.bz2
ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.tar.xz
ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.zip
renaming Release Notes page
Diffstat (limited to 'js/assets/icejs.js')
-rw-r--r--js/assets/icejs.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/assets/icejs.js b/js/assets/icejs.js
index 2a316446e9c..d7781a96e57 100644
--- a/js/assets/icejs.js
+++ b/js/assets/icejs.js
@@ -64,9 +64,9 @@ $("#viewSource").click(
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=\"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>";
+ "<p>The Ice for JavaScript demos require a web server. Please refer to the usage instructions " +
+ "in our <a href=\"https://github.com/zeroc-ice/ice-demos\">GitHub repository</a> for information " +
+ "on how to run the web server included with your distribution.</p></div>";
$("body").append(setupDialog);
$("#setup-modal").foundation({
@@ -91,9 +91,9 @@ 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=\"https://doc.zeroc.com/display/Rel/Ice+3.6.0+Release+Note\">release notes</a> " +
- "for instructions on how to build the demos.</p>" +
+ "Please refer to the usage instructions in our " +
+ "<a href=\"https://github.com/zeroc-ice/ice-demos\">GitHub repository</a> " +
+ "for information on how to build the demos.</p>" +
"</div>";
var basePath = document.location.pathname;