diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-06-11 12:28:05 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-06-11 12:28:05 -0700 |
commit | 07955d30ef4ace528eaab1db5f0138eda1bd0567 (patch) | |
tree | fd9a0239a55d73fb2a9731744256b2129dd50517 /js | |
parent | Fixed test PATH issue on Windows (ICE-6591) (diff) | |
download | ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.tar.bz2 ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.tar.xz ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.zip |
renaming Release Notes page
Diffstat (limited to 'js')
-rw-r--r-- | js/assets/icejs.js | 12 | ||||
-rw-r--r-- | js/test/Common/index.html | 2 |
2 files changed, 7 insertions, 7 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; diff --git a/js/test/Common/index.html b/js/test/Common/index.html index 52eed71dbcf..0c2fac7bab1 100644 --- a/js/test/Common/index.html +++ b/js/test/Common/index.html @@ -84,7 +84,7 @@ <h4>Test Suite Readme</h4> <hr/> <p>For instructions on how to run this test suite, please refer to the Ice for JavaScript - <a href="https://doc.zeroc.com/display/Rel/Ice+3.6.0+Release+Notes">Release Notes</a>.</p> + <a href="https://doc.zeroc.com/display/Ice36/Ice+Release+Notes">Release Notes</a>.</p> </div> <!-- Modal dialog with setup instructions --> <div id="setup-modal" class="reveal-modal" data-reveal> |