Skip to content

Commit dee7fab

Browse files
committed
mcc: Update doc url root from 5.5 to 5.6
1 parent de68b8c commit dee7fab

File tree

5 files changed

+80
-60
lines changed

5 files changed

+80
-60
lines changed

storage/ndb/mcc/frontend/hlp/html/help_cnt.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,25 @@
2222
<title>MySQL Cluster Configuration User Guide</title>
2323
<link href="img/favicon.ico" rel="icon" type="image/x-icon">
2424
<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>
2540
</head>
2641

2742
<!--Note: The browser has size 1043 x 755 in the images -->
2843

29-
3044
<!--
3145
********************************************************************************
3246
*** ***
@@ -74,8 +88,7 @@ <h3>Tool Name</h3>
7488

7589
<h2><a name="installingAndStarting">Installing and Starting</a></h2>
7690
<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>
7992
regarding installation. This section describes the requirements to the
8093
environment of the tool, important information about security, and explains
8194
how to start the wizard. </p>

0 commit comments

Comments
 (0)