|
22 | 22 | <title>MySQL Cluster Configuration User Guide</title> |
23 | 23 | <link href="img/favicon.ico" rel="icon" type="image/x-icon"> |
24 | 24 | <link rel="stylesheet" type="text/css" href="../css/help.css"> |
| 25 | + |
| 26 | + <script type="text/javascript" src="../../dojo/dojo/dojo.js" djConfig="parseOnLoad: true"></script> |
| 27 | + |
| 28 | + <script type="text/javascript"> |
| 29 | + // Path to top level mcc module |
| 30 | + dojo.registerModulePath("mcc", "../../../../js/mcc"); |
| 31 | + |
| 32 | + // Get the util module for retrieving doc root |
| 33 | + dojo.require("mcc.util"); |
| 34 | + dojo.ready(function() { |
| 35 | + dojo.byId("docUrlRoot").innerHTML = |
| 36 | + "<a href=\"" + mcc.util.getDocUrlRoot() + |
| 37 | + "mysql-cluster-installation.html\">MySQL Cluster documentation</a>"; |
| 38 | + }); |
| 39 | + </script> |
25 | 40 | </head> |
26 | 41 |
|
27 | 42 | <!--Note: The browser has size 1043 x 755 in the images --> |
28 | 43 |
|
29 | | - |
30 | 44 | <!-- |
31 | 45 | ******************************************************************************** |
32 | 46 | *** *** |
@@ -74,8 +88,7 @@ <h3>Tool Name</h3> |
74 | 88 |
|
75 | 89 | <h2><a name="installingAndStarting">Installing and Starting</a></h2> |
76 | 90 | <p>The configuration tool is installed together with the MySQL Cluster software. |
77 | | - Please refer to the <a href="http://dev.mysql.com/doc/refman/5.5/en/mysql-cluster-installation.html"> |
78 | | - MySQL Cluster documentation</a> |
| 91 | + Please refer to the <span id="docUrlRoot"></span> |
79 | 92 | regarding installation. This section describes the requirements to the |
80 | 93 | environment of the tool, important information about security, and explains |
81 | 94 | how to start the wizard. </p> |
|
0 commit comments