summaryrefslogtreecommitdiff
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
parentFixed test PATH issue on Windows (ICE-6591) (diff)
downloadice-07955d30ef4ace528eaab1db5f0138eda1bd0567.tar.bz2
ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.tar.xz
ice-07955d30ef4ace528eaab1db5f0138eda1bd0567.zip
renaming Release Notes page
-rw-r--r--README.md2
-rw-r--r--js/assets/icejs.js12
-rw-r--r--js/test/Common/index.html2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index ed95fdebd40..796bd874b66 100644
--- a/README.md
+++ b/README.md
@@ -80,5 +80,5 @@ The Ice software itself remains the same: the only difference between an open-so
## Documentation
-- [Ice Release Notes](https://doc.zeroc.com/display/Rel/Ice+3.6.0+Release+Notes)
+- [Ice Release Notes](https://doc.zeroc.com/display/Ice36/Ice+Release+Notes)
- [Ice Manual](https://doc.zeroc.com/display/Ice36/Home)
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>