Still fixing broken links

Peter D. Barnes, Jr. 2012-07-31 22:56:09 -07:00
parent ded4fa066b
commit c643f5f4e5
3 changed files with 8 additions and 6 deletions

View File

@ -160,7 +160,8 @@ fi
# This seems not always done automatically
# by the Sphinx build
cd doc 2>&1 >/dev/null
for d in {manual,models,tutorial{,-pt-br}}/build/{single,}html/_static html ; do
for d in {manual,models,tutorial{,-pt-br}}/build/{single,}html/_static html \
html ; do
cp ns3_html_theme/static/ns3_version.js $d
done
cd - 2>&1 >/dev/null

View File

@ -84,7 +84,7 @@ $mathjax
onmouseover="mcancelclosetime()"
onmouseout="mclosetime()">
<a id="ns3_api"
href="http://www.nsnam.org/docs/doxygen/html/index.html"
href="http://www.nsnam.org/docs/doxygen/index.html"
>API</a><br/>
<a id="ns3_bugs"
href="http://www.nsnam.org/bugzilla/">Bugs</a>

View File

@ -33,10 +33,11 @@ if (typeof ns3_builder != 'undefined') {
} else {
ns3_index = ns3_local + "html/" + ns3_index;
}
else {
ns3_index = ns3_local + "html/" + ns3_index;
}
}
else {
ns3_index = ns3_local + "html/" + ns3_index;
}
var ns3_man = ns3_rel + "manual/" + ns3_index;
var ns3_mod = ns3_rel + "models/" + ns3_index;