diff options
-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> |