diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-07 14:23:17 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-07 14:23:17 -0230 |
commit | 97dc86d973194c9ddaa1c774ea63455b9a8a4e5e (patch) | |
tree | 1d10dde3208457a0556c31811daf4b21874d6f1e | |
parent | ICE-6469 added --validate option to Slice compilers (diff) | |
download | ice-97dc86d973194c9ddaa1c774ea63455b9a8a4e5e.tar.bz2 ice-97dc86d973194c9ddaa1c774ea63455b9a8a4e5e.tar.xz ice-97dc86d973194c9ddaa1c774ea63455b9a8a4e5e.zip |
ICE-6646 Wrong link in JS browser test suite README
-rw-r--r-- | js/test/Common/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Common/index.html b/js/test/Common/index.html index 071fad10be1..16af6bcfb7a 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/Ice36/Ice+Release+Notes">Release Notes</a>.</p> + <a href="https://github.com/zeroc-ice/ice/blob/master/js/BuildInstructions.md#running-the-javascript-tests">Build Instructions</a>.</p> </div> <!-- Modal dialog with setup instructions --> <div id="setup-modal" class="reveal-modal" data-reveal> |